Class CloudWorkspaceSourceContext
A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.
Implements
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class CloudWorkspaceSourceContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SnapshotId
The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
Declaration
[JsonProperty("snapshotId")]
public virtual string SnapshotId { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkspaceId
The ID of the workspace.
Declaration
[JsonProperty("workspaceId")]
public virtual CloudWorkspaceId WorkspaceId { get; set; }
Property Value
Type | Description |
---|---|
CloudWorkspaceId |