Class SubscriptionCollection
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 SubscriptionCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SubscriptionSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SubscriptionSummary> | List of subscriptions. |
Remarks
Required