google_api_testing v0.19.1 GoogleApi.Testing.V1.Model.EnvironmentVariable View Source

A key-value pair passed as an environment variable to the test.

Attributes

  • key (type: String.t, default: nil) - Key for the environment variable.
  • value (type: String.t, default: nil) - Value for the environment variable.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.EnvironmentVariable{
  key: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.