Show / Hide Table of Contents

Class CloudWorkspaceSourceContext

A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

Inheritance
object
CloudWorkspaceSourceContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX