L0StorageModelPolicyRspFields class Null safety

A L0 Storage Policy Response Fields Model

Constructors

L0StorageModelPolicyRspFields({String? policy, String? contentType, String? xAmzCredential, String? xAmzAlgorithm, String? xAmzDate, String? xAmzSignature, String? xAmzObjectLockMode, String? xAmzObjectLockRetainUntilDate})
L0StorageModelPolicyRspFields.fromMap(Map<String, dynamic>? map)

Properties

contentType ↔ String?
read / write
hashCode → int
The hash code for this object.
read-only, inherited
policy ↔ String?
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
xAmzAlgorithm ↔ String?
read / write
xAmzCredential ↔ String?
read / write
xAmzDate ↔ String?
read / write
xAmzObjectLockMode ↔ String?
read / write
xAmzObjectLockRetainUntilDate ↔ String?
read / write
xAmzSignature ↔ String?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
Overrides toString() method for useful error messages
override

Operators

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