Struct google_adexchangebuyer1d3::CreativeNativeAdLogo [] [src]

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

A smaller image, for the advertiser logo.

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

[src]

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

impl Clone for CreativeNativeAdLogo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeNativeAdLogo
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CreativeNativeAdLogo
[src]

impl Part for CreativeNativeAdLogo
[src]