Struct google_adsense1d4::AdUnitContentAdsSettings [] [src]

pub struct AdUnitContentAdsSettings {
    pub type_: Option<String>,
    pub backup_option: Option<AdUnitContentAdsSettingsBackupOption>,
    pub size: Option<String>,
}

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

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

Fields

Type of this ad unit.

The backup option to be used in instances where no ad is available.

Size of this ad unit.

Trait Implementations

impl Default for AdUnitContentAdsSettings
[src]

[src]

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

impl Clone for AdUnitContentAdsSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AdUnitContentAdsSettings
[src]

[src]

Formats the value using the given formatter.

impl NestedType for AdUnitContentAdsSettings
[src]

impl Part for AdUnitContentAdsSettings
[src]