ProductLicenseCollection

class oci.license_manager.models.ProductLicenseCollection(**kwargs)

Bases: object

The product license summary collection.

Methods

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

Attributes

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

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

[Required] Gets the items of this ProductLicenseCollection. The product license summary collection.

Returns:The items of this ProductLicenseCollection.
Return type:list[oci.license_manager.models.ProductLicenseSummary]