google_api_cloud_debugger v0.8.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 Sourcet() :: %GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId{ name: String.t(), repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.