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

View Source

Key-value pair of detailed information about the client which invoked the test. Examples: {'Version', '1.0'}, {'Release Track', 'BETA'}.

Attributes

  • key (type: String.t, default: nil) - Required. The key of detailed client information.
  • value (type: String.t, default: nil) - Required. The value of detailed client information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ClientInfoDetail{
  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.