BackendBucket constructor
      
      BackendBucket({})
     
    
    
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,
});