LicenseRecordCollection¶
-
class
oci.license_manager.models.
LicenseRecordCollection
(**kwargs)¶ Bases:
object
The license record summary collection.
Methods
__init__
(**kwargs)Initializes a new LicenseRecordCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LicenseRecordCollection. -
__init__
(**kwargs)¶ Initializes a new LicenseRecordCollection 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.LicenseRecordSummary]) – The value to assign to the items property of this LicenseRecordCollection.
-
items
¶ [Required] Gets the items of this LicenseRecordCollection. The license record summary collection.
Returns: The items of this LicenseRecordCollection. Return type: list[oci.license_manager.models.LicenseRecordSummary]
-