Struct google_adsensehost4d1::AdUnit [] [src]

pub struct AdUnit {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub code: Option<String>,
    pub name: Option<String>,
    pub content_ads_settings: Option<AdUnitContentAdsSettings>,
    pub id: Option<String>,
    pub mobile_content_ads_settings: Option<AdUnitMobileContentAdsSettings>,
    pub custom_style: Option<AdStyle>,
}

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

Status of this ad unit. Possible values are: NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.

ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.

INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.

Kind of resource this is, in this case adsensehost#adUnit.

Identity code of this ad unit, not necessarily unique across ad clients.

Name of this ad unit.

Settings specific to content ads (AFC) and highend mobile content ads (AFMC - deprecated).

Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

Settings specific to WAP mobile content ads (AFMC - deprecated).

Custom style information specific to this ad unit.

Trait Implementations

impl Default for AdUnit
[src]

[src]

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

impl Clone for AdUnit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdUnit
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for AdUnit
[src]

impl ResponseResult for AdUnit
[src]