ProductLicenseConsumerCollection¶
-
class
oci.license_manager.models.
ProductLicenseConsumerCollection
(**kwargs)¶ Bases:
object
Collection of resources which have consumed licenses.
Methods
__init__
(**kwargs)Initializes a new ProductLicenseConsumerCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ProductLicenseConsumerCollection. -
__init__
(**kwargs)¶ Initializes a new ProductLicenseConsumerCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.license_manager.models.ProductLicenseConsumerSummary]) – The value to assign to the items property of this ProductLicenseConsumerCollection.
-
items
¶ [Required] Gets the items of this ProductLicenseConsumerCollection. Collection of product license consumers.
Returns: The items of this ProductLicenseConsumerCollection. Return type: list[oci.license_manager.models.ProductLicenseConsumerSummary]
-