Struct google_adexchangebuyer2_v2_beta1::Image[][src]

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

An image resource. You may provide a larger image than was requested, so long as the aspect ratio is preserved.

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

Fields

The URL of the image.

Image width in pixels.

Image height in pixels.

Trait Implementations

impl Default for Image
[src]

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

impl Clone for Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Image
[src]

Formats the value using the given formatter. Read more

impl Part for Image
[src]

Auto Trait Implementations

impl Send for Image

impl Sync for Image