google_api_testing v0.17.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
Specs
t() :: %GoogleApi.Testing.V1.Model.ClientInfo{
clientInfoDetails: [GoogleApi.Testing.V1.Model.ClientInfoDetail.t()],
name: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.