google_api_logging v0.19.0 GoogleApi.Logging.V2.Model.SourceReference View Source

A reference to a particular snapshot of the source tree used to build and deploy an application.

Attributes

  • repository (type: String.t, default: nil) - Optional. A URI string identifying the repository. Example: "https://github.com/GoogleCloudPlatform/kubernetes.git"
  • revisionId (type: String.t, default: nil) - The canonical and persistent identifier of the deployed revision. Example (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"

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.Logging.V2.Model.SourceReference{
  repository: String.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.