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

View Source

Information about the client which invoked the test.

Attributes

  • clientInfoDetails (type: list(GoogleApi.Testing.V1.Model.ClientInfoDetail.t), default: nil) - The list of detailed information about client.
  • name (type: String.t, default: nil) - Required. Client name, such as gcloud.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ClientInfo{
  clientInfoDetails: [GoogleApi.Testing.V1.Model.ClientInfoDetail.t()] | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.