Struct google_adsense1d4::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 adsense#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]

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

impl Clone for AdClient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdClient
[src]

Formats the value using the given formatter.

impl Part for AdClient
[src]