JavaLicenseAcceptanceRecordCollection

class oci.jms_java_downloads.models.JavaLicenseAcceptanceRecordCollection(**kwargs)

Bases: object

Contains a list of JavaLicenseAcceptanceRecordSummary objects.

Methods

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

Attributes

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

Initializes a new JavaLicenseAcceptanceRecordCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.jms_java_downloads.models.JavaLicenseAcceptanceRecordSummary]) – The value to assign to the items property of this JavaLicenseAcceptanceRecordCollection.
items

[Required] Gets the items of this JavaLicenseAcceptanceRecordCollection. List of JavaLicenseAcceptanceRecords.

Returns:The items of this JavaLicenseAcceptanceRecordCollection.
Return type:list[oci.jms_java_downloads.models.JavaLicenseAcceptanceRecordSummary]