Struct google_testing1::ClientInfoDetail[][src]

pub struct ClientInfoDetail {
    pub key: Option<String>,
    pub value: Option<String>,
}

Key-value pair of detailed information about the client which invoked the test. For example {'Version', '1.0'}, {'Release Track', 'BETA'}

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

Fields

The key of detailed client information. Required

The value of detailed client information. Required

Trait Implementations

impl Default for ClientInfoDetail
[src]

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

impl Clone for ClientInfoDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientInfoDetail
[src]

Formats the value using the given formatter. Read more

impl Part for ClientInfoDetail
[src]

Auto Trait Implementations