Struct google_dfareporting2d7::CompanionSetting [] [src]

pub struct CompanionSetting {
    pub kind: Option<String>,
    pub companions_disabled: Option<bool>,
    pub image_only: Option<bool>,
    pub enabled_sizes: Option<Vec<Size>>,
}

Companion Settings

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

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#companionSetting".

Whether companions are disabled for this placement.

Whether to serve only static images as companions.

Whitelist of companion sizes to be served to this placement. Set this list to null or empty to serve all companion sizes.

Trait Implementations

impl Default for CompanionSetting
[src]

[src]

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

impl Clone for CompanionSetting
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompanionSetting
[src]

[src]

Formats the value using the given formatter.

impl Part for CompanionSetting
[src]