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