GoogleApi.Logging.V2.Model.SourceReference (google_api_logging v0.52.0)

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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Logging.V2.Model.SourceReference{
  repository: String.t() | nil,
  revisionId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.