Class ListingSubscriptionsCollection
Results of a subscription search. Contains both SubscriptionSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public class ListingSubscriptionsCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ListingSubscriptionSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ListingSubscriptionSummary> | List of subscriptions for particular listing. |
Remarks
Required