AvailableAuditVolumeCollection

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

Bases: object

Collection of available audit volume summary.

Methods

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

Attributes

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

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

[Required] Gets the items of this AvailableAuditVolumeCollection. Array of available audit volume summary.

Returns:The items of this AvailableAuditVolumeCollection.
Return type:list[oci.data_safe.models.AvailableAuditVolumeSummary]