AssignedSubscriptionLineItemCollection

class oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemCollection(**kwargs)

Bases: object

Collection of line item summaries in an assigned subscription.

Methods

__init__(**kwargs) Initializes a new AssignedSubscriptionLineItemCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this AssignedSubscriptionLineItemCollection.
__init__(**kwargs)

Initializes a new AssignedSubscriptionLineItemCollection 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.AssignedSubscriptionLineItemSummary]) – The value to assign to the items property of this AssignedSubscriptionLineItemCollection.
items

[Required] Gets the items of this AssignedSubscriptionLineItemCollection. Array containing line item summaries in an assigned subscription.

Returns:The items of this AssignedSubscriptionLineItemCollection.
Return type:list[oci.tenant_manager_control_plane.models.AssignedSubscriptionLineItemSummary]