BatchDeleteObjectsResult

class oci.object_storage.models.BatchDeleteObjectsResult(**kwargs)

Bases: object

Result of a batch delete operation.

Methods

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

Attributes

deleted [Required] Gets the deleted of this BatchDeleteObjectsResult.
failed Gets the failed of this BatchDeleteObjectsResult.
__init__(**kwargs)

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

Parameters:
deleted

[Required] Gets the deleted of this BatchDeleteObjectsResult. Details of successfully deleted objects.

Returns:The deleted of this BatchDeleteObjectsResult.
Return type:list[oci.object_storage.models.DeletedObjectResult]
failed

Gets the failed of this BatchDeleteObjectsResult. Details of failed delete operations.

Returns:The failed of this BatchDeleteObjectsResult.
Return type:list[oci.object_storage.models.FailedObjectResult]