BucketStorageLayout constructor

BucketStorageLayout({
  1. String? bucket,
  2. BucketStorageLayoutCustomPlacementConfig? customPlacementConfig,
  3. BucketStorageLayoutHierarchicalNamespace? hierarchicalNamespace,
  4. String? kind,
  5. String? location,
  6. String? locationType,
})

Implementation

BucketStorageLayout({
  this.bucket,
  this.customPlacementConfig,
  this.hierarchicalNamespace,
  this.kind,
  this.location,
  this.locationType,
});