google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.RepoId View Source
A unique identifier for a cloud repo.
Attributes
- projectRepoId (ProjectRepoId): A combination of a project ID and a repo name. Defaults to:
null
. - uid (String.t): A server-assigned, globally unique identifier. 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.RepoId{
projectRepoId: GoogleApi.CloudDebugger.V2.Model.ProjectRepoId.t(),
uid: any()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.RepoId{ projectRepoId: GoogleApi.CloudDebugger.V2.Model.ProjectRepoId.t(), uid: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.