Class SaveSnapshotResponse
Response to SaveSnapshotRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class SaveSnapshotResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SnapshotPath
The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp". This field is populated only if the snapshot creation was successful.
Declaration
[JsonProperty("snapshotPath")]
public virtual string SnapshotPath { get; set; }
Property Value
Type | Description |
---|---|
string |