google_api_cloud_debugger v0.3.0 GoogleApi.CloudDebugger.V2.Model.CloudRepoSourceContext View Source

A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).

Attributes

  • aliasContext (GoogleApi.CloudDebugger.V2.Model.AliasContext.t): An alias, which may be a branch or tag. Defaults to nil.
  • aliasName (String.t): The name of an alias (branch, tag, etc.). Defaults to nil.
  • repoId (GoogleApi.CloudDebugger.V2.Model.RepoId.t): The ID of the repo. Defaults to nil.
  • revisionId (String.t): A revision ID. 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() :: %GoogleApi.CloudDebugger.V2.Model.CloudRepoSourceContext{
  aliasContext: GoogleApi.CloudDebugger.V2.Model.AliasContext.t(),
  aliasName: String.t(),
  repoId: GoogleApi.CloudDebugger.V2.Model.RepoId.t(),
  revisionId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.