CollectedAuditVolumeCollection¶
-
class
oci.data_safe.models.
CollectedAuditVolumeCollection
(**kwargs)¶ Bases:
object
Collection of collected audit volume summary.
Methods
__init__
(**kwargs)Initializes a new CollectedAuditVolumeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CollectedAuditVolumeCollection. -
__init__
(**kwargs)¶ Initializes a new CollectedAuditVolumeCollection 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.CollectedAuditVolumeSummary]) – The value to assign to the items property of this CollectedAuditVolumeCollection.
-
items
¶ [Required] Gets the items of this CollectedAuditVolumeCollection. Array of collected audit volume summary.
Returns: The items of this CollectedAuditVolumeCollection. Return type: list[oci.data_safe.models.CollectedAuditVolumeSummary]
-