Destination constructor
Destination(
- AccessControlTranslation? accessControlTranslation,
- String? account,
- String? bucket,
- EncryptionConfiguration? encryptionConfiguration,
- Metrics? metrics,
- ReplicationTime? replicationTime,
- String? storageClass,
Implementation
Destination(
this.accessControlTranslation,
this.account,
this.bucket,
this.encryptionConfiguration,
this.metrics,
this.replicationTime,
this.storageClass,
);