Struct google_adsense1d4::AdUnitFeedAdsSettings [] [src]

pub struct AdUnitFeedAdsSettings {
    pub minimum_word_count: Option<i32>,
    pub frequency: Option<i32>,
    pub ad_position: Option<String>,
    pub type_: Option<String>,
}

Settings specific to feed ads (AFF) - deprecated.

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

Fields

The minimum length an entry should be in order to have attached ads.

The frequency at which ads should appear in the feed (i.e. every N entries).

The position of the ads relative to the feed entries.

The type of ads which should appear.

Trait Implementations

impl Default for AdUnitFeedAdsSettings
[src]

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

impl Clone for AdUnitFeedAdsSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdUnitFeedAdsSettings
[src]

Formats the value using the given formatter.

impl NestedType for AdUnitFeedAdsSettings
[src]

impl Part for AdUnitFeedAdsSettings
[src]