TopUtilizedProductLicenseCollection

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

Bases: object

A collection of top utilized product licenses.

Methods

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

Attributes

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

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

[Required] Gets the items of this TopUtilizedProductLicenseCollection. Collection of top utilized product licenses.

Returns:The items of this TopUtilizedProductLicenseCollection.
Return type:list[oci.license_manager.models.TopUtilizedProductLicenseSummary]