Class DeleteStorageBucket
When set in OperationStep, indicates that Cloud Storage bucket should be deleted.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class DeleteStorageBucket : IDirectResponseSchema
Properties
Bucket
Output only. Name of the bucket.
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 |