GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId (google_api_cloud_debugger v0.18.0) View Source

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.

Attributes

  • name (type: String.t, default: nil) - The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
  • repoId (type: GoogleApi.CloudDebugger.V2.Model.RepoId.t, default: nil) - The ID of the repo containing the workspace.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId{
  name: String.t() | nil,
  repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.