Show / Hide Table of Contents

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.

Inheritance
object
CloudWorkspaceId
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 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX