DeletedObjectResult¶
-
class
oci.object_storage.models.DeletedObjectResult(**kwargs)¶ Bases:
objectDelete object details.
Methods
__init__(**kwargs)Initializes a new DeletedObjectResult object with values from keyword arguments. Attributes
object_name[Required] Gets the object_name of this DeletedObjectResult. time_last_modified[Required] Gets the time_last_modified of this DeletedObjectResult. -
__init__(**kwargs)¶ Initializes a new DeletedObjectResult 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 DeletedObjectResult.
- time_last_modified (datetime) – The value to assign to the time_last_modified property of this DeletedObjectResult.
-
object_name¶ [Required] Gets the object_name of this DeletedObjectResult. The name of the deleted object. Avoid entering confidential information. Example: test/object1.log
Returns: The object_name of this DeletedObjectResult. Return type: str
-