SubscriptionLineItemCollection¶
-
class
oci.tenant_manager_control_plane.models.
SubscriptionLineItemCollection
(**kwargs)¶ Bases:
object
Collection of line item summaries in a subscription.
Methods
__init__
(**kwargs)Initializes a new SubscriptionLineItemCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SubscriptionLineItemCollection. -
__init__
(**kwargs)¶ Initializes a new SubscriptionLineItemCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.tenant_manager_control_plane.models.SubscriptionLineItemSummary]) – The value to assign to the items property of this SubscriptionLineItemCollection.
-
items
¶ [Required] Gets the items of this SubscriptionLineItemCollection. Array containing line item summaries in a subscription.
Returns: The items of this SubscriptionLineItemCollection. Return type: list[oci.tenant_manager_control_plane.models.SubscriptionLineItemSummary]
-