GoogleApi.CloudDebugger.V2.Model.CloudRepoSourceContext (google_api_cloud_debugger v0.18.0) View Source
A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).
Attributes
-
aliasContext
(type:GoogleApi.CloudDebugger.V2.Model.AliasContext.t
, default:nil
) - An alias, which may be a branch or tag. -
aliasName
(type:String.t
, default:nil
) - The name of an alias (branch, tag, etc.). -
repoId
(type:GoogleApi.CloudDebugger.V2.Model.RepoId.t
, default:nil
) - The ID of the repo. -
revisionId
(type:String.t
, default:nil
) - A revision ID.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudDebugger.V2.Model.CloudRepoSourceContext{ aliasContext: GoogleApi.CloudDebugger.V2.Model.AliasContext.t() | nil, aliasName: String.t() | nil, repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t() | nil, revisionId: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.