PutObjectResponse class

Constructors

PutObjectResponse({String? contentSHA256, String? eTag, StorageClass? storageClass})
PutObjectResponse.fromJson(Map<String, dynamic> json)
factory

Properties

contentSHA256 String?
The SHA256 digest of the object that is persisted.
final
eTag String?
Unique identifier of the object in the container.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageClass StorageClass?
The storage class where the object was persisted. The class should be “Temporal”.
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