Struct google_dfareporting2d2::CreativeSettings [] [src]

pub struct CreativeSettings {
    pub i_frame_header: Option<String>,
    pub i_frame_footer: Option<String>,
}

Creative Settings

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

Fields

Header text for iFrames for this site. Must be less than or equal to 2000 characters long.

Header text for iFrames for this site. Must be less than or equal to 2000 characters long.

Trait Implementations

impl Default for CreativeSettings
[src]

[src]

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

impl Clone for CreativeSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for CreativeSettings
[src]