Struct google_adexchangebuyer1d3::CreativeNativeAdAppIcon [] [src]

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

The app icon, for app download ads.

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 CreativeNativeAdAppIcon
[src]

[src]

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

impl Clone for CreativeNativeAdAppIcon
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeNativeAdAppIcon
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CreativeNativeAdAppIcon
[src]

impl Part for CreativeNativeAdAppIcon
[src]