GoogleApi.Testing.V1.Model.EnvironmentVariable (google_api_testing v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.