JavaDownloadRecordCollection¶
-
class
oci.jms_java_downloads.models.JavaDownloadRecordCollection(**kwargs)¶ Bases:
objectCollection of Java download records.
Methods
__init__(**kwargs)Initializes a new JavaDownloadRecordCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this JavaDownloadRecordCollection. -
__init__(**kwargs)¶ Initializes a new JavaDownloadRecordCollection 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.JavaDownloadRecordSummary]) – The value to assign to the items property of this JavaDownloadRecordCollection.
-
items¶ [Required] Gets the items of this JavaDownloadRecordCollection. A list of Java download records in a tenancy.
Returns: The items of this JavaDownloadRecordCollection. Return type: list[oci.jms_java_downloads.models.JavaDownloadRecordSummary]
-