Struct google_testing1::ClientInfo[][src]

pub struct ClientInfo {
    pub client_info_details: Option<Vec<ClientInfoDetail>>,
    pub name: Option<String>,
}

Information about the client which invoked the test.

This type is not used in any activity, and only used as part of another schema.

Fields

The list of detailed information about client.

Client name, such as gcloud. Required

Trait Implementations

impl Default for ClientInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for ClientInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ClientInfo
[src]

Auto Trait Implementations

impl Send for ClientInfo

impl Sync for ClientInfo