Destination constructor

Destination(
  1. AccessControlTranslation? accessControlTranslation,
  2. String? account,
  3. String? bucket,
  4. EncryptionConfiguration? encryptionConfiguration,
  5. Metrics? metrics,
  6. ReplicationTime? replicationTime,
  7. String? storageClass,
)

Implementation

Destination(
  this.accessControlTranslation,
  this.account,
  this.bucket,
  this.encryptionConfiguration,
  this.metrics,
  this.replicationTime,
  this.storageClass,
);