GoogleApi.Testing.V1.Model.ClientInfo (google_api_testing v0.34.0)
View SourceInformation 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
@type t() :: %GoogleApi.Testing.V1.Model.ClientInfo{ clientInfoDetails: [GoogleApi.Testing.V1.Model.ClientInfoDetail.t()] | nil, name: String.t() | nil }