BackendBucket constructor

BackendBucket({
  1. String? bucketName,
  2. BackendBucketCdnPolicy? cdnPolicy,
  3. String? compressionMode,
  4. String? creationTimestamp,
  5. List<String>? customResponseHeaders,
  6. String? description,
  7. String? edgeSecurityPolicy,
  8. bool? enableCdn,
  9. String? id,
  10. String? kind,
  11. String? name,
  12. String? selfLink,
})

Implementation

BackendBucket({
  this.bucketName,
  this.cdnPolicy,
  this.compressionMode,
  this.creationTimestamp,
  this.customResponseHeaders,
  this.description,
  this.edgeSecurityPolicy,
  this.enableCdn,
  this.id,
  this.kind,
  this.name,
  this.selfLink,
});