google_api_testing v0.14.0 GoogleApi.Testing.V1.Model.ClientInfo 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Testing.V1.Model.ClientInfo{
  clientInfoDetails: [GoogleApi.Testing.V1.Model.ClientInfoDetail.t()],
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.