Class AssignedSubscriptionLineItemCollection
Collection of line item summaries in an assigned subscription.
Inherited Members
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class AssignedSubscriptionLineItemCollectionProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AssignedSubscriptionLineItemSummary> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<AssignedSubscriptionLineItemSummary> | Array containing line item summaries in an assigned subscription. | 
Remarks
Required