BackendBucket constructor
BackendBucket({
- String? bucketName,
- BackendBucketCdnPolicy? cdnPolicy,
- String? compressionMode,
- String? creationTimestamp,
- List<
String> customResponseHeaders = const [], - String? description,
- String? edgeSecurityPolicy,
- bool? enableCdn,
- BigInt? id,
- String? kind,
- String? loadBalancingScheme,
- String? name,
- BackendBucketParams? params,
- String? region,
- String? selfLink,
- List<
BackendBucketUsedBy> usedBy = const [],
Implementation
BackendBucket({
this.bucketName,
this.cdnPolicy,
this.compressionMode,
this.creationTimestamp,
this.customResponseHeaders = const [],
this.description,
this.edgeSecurityPolicy,
this.enableCdn,
this.id,
this.kind,
this.loadBalancingScheme,
this.name,
this.params,
this.region,
this.selfLink,
this.usedBy = const [],
}) : super(fullyQualifiedName);