Struct google_adexchangeseller2::AdClient [] [src]

pub struct AdClient {
    pub product_code: Option<String>,
    pub kind: Option<String>,
    pub id: Option<String>,
    pub arc_opt_in: Option<bool>,
    pub supports_reporting: Option<bool>,
}

There is no detailed description.

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

Fields

This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.

Kind of resource this is, in this case adexchangeseller#adClient.

Unique identifier of this ad client.

Whether this ad client is opted in to ARC.

Whether this ad client supports being reported on.

Trait Implementations

impl Default for AdClient
[src]

[src]

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

impl Clone for AdClient
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdClient
[src]

[src]

Formats the value using the given formatter.

impl Part for AdClient
[src]