L0StorageModelPolicyRspFields constructor Null safety
- {String? policy,
- String? contentType,
- String? xAmzCredential,
- String? xAmzAlgorithm,
- String? xAmzDate,
- String? xAmzSignature,
- String? xAmzObjectLockMode,
- String? xAmzObjectLockRetainUntilDate}
Implementation
L0StorageModelPolicyRspFields(
{this.policy,
this.contentType,
this.xAmzCredential,
this.xAmzAlgorithm,
this.xAmzDate,
this.xAmzSignature,
this.xAmzObjectLockMode,
this.xAmzObjectLockRetainUntilDate});