google_api_cloud_debugger v0.2.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 (String.t): The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method. Defaults to:
null
. - repoId (RepoId): The ID of the repo containing the workspace. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId{
name: any(),
repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceId{ name: any(), repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.