Struct google_dfareporting2d7::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. Acceptable values are 0 to 32767, inclusive.

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

Height of this size. Acceptable values are 0 to 32767, inclusive.

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 Default for Size
[src]

[src]

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

impl Clone for Size
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Size
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Size
[src]

impl Resource for Size
[src]

impl ResponseResult for Size
[src]