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