Struct google_adexchangebuyer1d4::CreativeDealIdsDealStatuses [] [src]

pub struct CreativeDealIdsDealStatuses {
    pub deal_id: Option<String>,
    pub arc_status: Option<String>,
    pub web_property_id: Option<i32>,
}

A list of external deal ids and ARC approval status.

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

Fields

External deal ID.

ARC approval status.

Publisher ID.

Trait Implementations

impl Default for CreativeDealIdsDealStatuses
[src]

[src]

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

impl Clone for CreativeDealIdsDealStatuses
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeDealIdsDealStatuses
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CreativeDealIdsDealStatuses
[src]

impl Part for CreativeDealIdsDealStatuses
[src]