Struct google_adexchangebuyer2_v2_beta1::HtmlContent[][src]

pub struct HtmlContent {
    pub snippet: Option<String>,
    pub width: Option<i32>,
    pub height: Option<i32>,
}

HTML content for a creative.

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

Fields

The HTML snippet that displays the ad when inserted in the web page.

The width of the HTML snippet in pixels.

The height of the HTML snippet in pixels.

Trait Implementations

impl Default for HtmlContent
[src]

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

impl Clone for HtmlContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HtmlContent
[src]

Formats the value using the given formatter. Read more

impl Part for HtmlContent
[src]

Auto Trait Implementations

impl Send for HtmlContent

impl Sync for HtmlContent