DeleteObjectOutput class

Constructors

DeleteObjectOutput({bool? deleteMarker, RequestCharged? requestCharged, String? versionId})

Properties

deleteMarker bool?
Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.
final
hashCode int
The hash code for this object.
no setterinherited
requestCharged RequestCharged?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionId String?
Returns the version ID of the delete marker created as a result of the DELETE operation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited