google_api_cloud_debugger v0.6.0 GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.