BucketStorageLayout constructor
BucketStorageLayout({
- String? bucket,
- BucketStorageLayoutCustomPlacementConfig? customPlacementConfig,
- BucketStorageLayoutHierarchicalNamespace? hierarchicalNamespace,
- String? kind,
- String? location,
- String? locationType,
Implementation
BucketStorageLayout({
this.bucket,
this.customPlacementConfig,
this.hierarchicalNamespace,
this.kind,
this.location,
this.locationType,
});