AssignedSubscriptionCollection¶
-
class
oci.tenant_manager_control_plane.models.
AssignedSubscriptionCollection
(**kwargs)¶ Bases:
object
Collection of assigned subscription summaries.
Methods
__init__
(**kwargs)Initializes a new AssignedSubscriptionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AssignedSubscriptionCollection. -
__init__
(**kwargs)¶ Initializes a new AssignedSubscriptionCollection 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.AssignedSubscriptionSummary]) – The value to assign to the items property of this AssignedSubscriptionCollection.
-
items
¶ [Required] Gets the items of this AssignedSubscriptionCollection. Array containing assigned subscription summary items.
Returns: The items of this AssignedSubscriptionCollection. Return type: list[oci.tenant_manager_control_plane.models.AssignedSubscriptionSummary]
-