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