Struct google_dfareporting2d6::Size [] [src]

pub struct Size {
    pub width: Option<i32>,
    pub kind: Option<String>,
    pub height: Option<i32>,
    pub id: Option<String>,
    pub iab: Option<bool>,
}

Represents the dimensions of ads, placements, creatives, or creative assets.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Width of this size.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".

Height of this size.

ID of this size. This is a read-only, auto-generated field.

IAB standard size. This is a read-only, auto-generated field.

Trait Implementations

impl Debug for Size
[src]

Formats the value using the given formatter.

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Size
[src]

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

impl RequestValue for Size
[src]

impl Resource for Size
[src]

impl ResponseResult for Size
[src]