L0StorageModelPolicyRspFields constructor Null safety

L0StorageModelPolicyRspFields(
  1. {String? policy,
  2. String? contentType,
  3. String? xAmzCredential,
  4. String? xAmzAlgorithm,
  5. String? xAmzDate,
  6. String? xAmzSignature,
  7. String? xAmzObjectLockMode,
  8. String? xAmzObjectLockRetainUntilDate}
)

Implementation

L0StorageModelPolicyRspFields(
    {this.policy,
    this.contentType,
    this.xAmzCredential,
    this.xAmzAlgorithm,
    this.xAmzDate,
    this.xAmzSignature,
    this.xAmzObjectLockMode,
    this.xAmzObjectLockRetainUntilDate});