AuditArchiveRetrievalCollection

class oci.data_safe.models.AuditArchiveRetrievalCollection(**kwargs)

Bases: object

Collection of archive retrieval summary.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.AuditArchiveRetrievalSummary]) – The value to assign to the items property of this AuditArchiveRetrievalCollection.
items

[Required] Gets the items of this AuditArchiveRetrievalCollection. Array of archive retrieval summary.

Returns:The items of this AuditArchiveRetrievalCollection.
Return type:list[oci.data_safe.models.AuditArchiveRetrievalSummary]