Struct google_adsensehost4d1::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.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

Kind of resource this is, in this case adsensehost#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 Resource for AdClient
[src]

impl ResponseResult for AdClient
[src]