GoogleApi.CloudDebugger.V2.Model.RepoId (google_api_cloud_debugger v0.18.0) View Source

A unique identifier for a cloud repo.

Attributes

  • projectRepoId (type: GoogleApi.CloudDebugger.V2.Model.ProjectRepoId.t, default: nil) - A combination of a project ID and a repo name.
  • uid (type: String.t, default: nil) - A server-assigned, globally unique identifier.

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.RepoId{
  projectRepoId: GoogleApi.CloudDebugger.V2.Model.ProjectRepoId.t() | nil,
  uid: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.