BackendBucket constructor
BackendBucket({
- String? bucketName,
- BackendBucketCdnPolicy? cdnPolicy,
- String? compressionMode,
- String? creationTimestamp,
- List<
String> ? customResponseHeaders, - String? description,
- String? edgeSecurityPolicy,
- bool? enableCdn,
- String? id,
- String? kind,
- String? name,
- String? selfLink,
- List<
BackendBucketUsedBy> ? usedBy,
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,
this.usedBy,
});