Class StorageConfig
The configuration for data storage in the environment.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class StorageConfig : IDirectResponseSchema
Properties
Bucket
Optional. The name of the Cloud Storage bucket used by the environment. No gs://
prefix.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |