google_api_cloud_debugger v0.2.0 GoogleApi.CloudDebugger.V2.Model.GerritSourceContext View Source
A SourceContext referring to a Gerrit project.
Attributes
- aliasContext (AliasContext): An alias, which may be a branch or tag. Defaults to:
null
. - aliasName (String.t): The name of an alias (branch, tag, etc.). Defaults to:
null
. - gerritProject (String.t): The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is hostURI/project. Defaults to:
null
. - hostUri (String.t): The URI of a running Gerrit instance. Defaults to:
null
. - revisionId (String.t): A revision (commit) ID. 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.GerritSourceContext{
aliasContext: GoogleApi.CloudDebugger.V2.Model.AliasContext.t(),
aliasName: any(),
gerritProject: any(),
hostUri: any(),
revisionId: any()
}
t() :: %GoogleApi.CloudDebugger.V2.Model.GerritSourceContext{ aliasContext: GoogleApi.CloudDebugger.V2.Model.AliasContext.t(), aliasName: any(), gerritProject: any(), hostUri: any(), revisionId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.