Struct google_dfareporting2d4::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).
- insert sizes (request|response)
- get sizes (response)
- list sizes (none)
Fields
width: Option<i32>
Width of this size.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".
height: Option<i32>
Height of this size.
id: Option<String>
ID of this size. This is a read-only, auto-generated field.
iab: Option<bool>
IAB standard size. This is a read-only, auto-generated field.
Trait Implementations
impl Debug for Size
[src]
impl Clone for Size
[src]
fn clone(&self) -> Size
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more