Struct google_adsensehost4d1::AdUnitContentAdsSettingsBackupOption [] [src]

pub struct AdUnitContentAdsSettingsBackupOption {
    pub color: Option<String>,
    pub url: Option<String>,
    pub type_: Option<String>,
}

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

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

Fields

Color to use when type is set to COLOR. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

URL to use when type is set to URL.

Type of the backup option. Possible values are BLANK, COLOR and URL.

Trait Implementations

impl Default for AdUnitContentAdsSettingsBackupOption
[src]

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

impl Clone for AdUnitContentAdsSettingsBackupOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdUnitContentAdsSettingsBackupOption
[src]

Formats the value using the given formatter.

impl NestedType for AdUnitContentAdsSettingsBackupOption
[src]

impl Part for AdUnitContentAdsSettingsBackupOption
[src]