BatchDeleteObjectIdentifier¶
-
class
oci.object_storage.models.BatchDeleteObjectIdentifier(**kwargs)¶ Bases:
objectDelete object details.
Methods
__init__(**kwargs)Initializes a new BatchDeleteObjectIdentifier object with values from keyword arguments. Attributes
if_matchGets the if_match of this BatchDeleteObjectIdentifier. object_name[Required] Gets the object_name of this BatchDeleteObjectIdentifier. -
__init__(**kwargs)¶ Initializes a new BatchDeleteObjectIdentifier object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - object_name (str) – The value to assign to the object_name property of this BatchDeleteObjectIdentifier.
- if_match (str) – The value to assign to the if_match property of this BatchDeleteObjectIdentifier.
-
if_match¶ Gets the if_match of this BatchDeleteObjectIdentifier. The entity tag (ETag) to match. Avoid entering confidential information. Example: etag1
Returns: The if_match of this BatchDeleteObjectIdentifier. Return type: str
-
object_name¶ [Required] Gets the object_name of this BatchDeleteObjectIdentifier. The name of the object to delete. Avoid entering confidential information. Example: test/object1.log
Returns: The object_name of this BatchDeleteObjectIdentifier. Return type: str
-