Struct google_adexchangebuyer1d3::CreativeNativeAdImage [] [src]

pub struct CreativeNativeAdImage {
    pub url: Option<String>,
    pub width: Option<i32>,
    pub height: Option<i32>,
}

A large image.

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

Fields

no description provided

no description provided

no description provided

Trait Implementations

impl Default for CreativeNativeAdImage
[src]

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

impl Clone for CreativeNativeAdImage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeNativeAdImage
[src]

Formats the value using the given formatter.

impl NestedType for CreativeNativeAdImage
[src]

impl Part for CreativeNativeAdImage
[src]