Class CloudWorkspaceId
A CloudWorkspaceId is a unique identifier for a cloud workspace. A cloud workspace is a place associated with a repo where modified files can be stored before they are committed.
Implements
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class CloudWorkspaceId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RepoId
The ID of the repo containing the workspace.
Declaration
[JsonProperty("repoId")]
public virtual RepoId RepoId { get; set; }
Property Value
Type | Description |
---|---|
RepoId |