View Source GoogleApi.CloudBuild.V2.Model.EnvVar (google_api_cloud_build v0.50.1)

Environment variable.

Attributes

  • name (type: String.t, default: nil) - Name of the environment variable.
  • value (type: String.t, default: nil) - Value of the environment variable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V2.Model.EnvVar{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.