Struct google_adexchangebuyer1d4::CreativeFilteringReasonsReasons[][src]

pub struct CreativeFilteringReasonsReasons {
    pub filtering_count: Option<i64>,
    pub filtering_status: Option<i32>,
}

The filtering reasons.

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

Fields

The number of times the creative was filtered for the status. The count is aggregated across all publishers on the exchange.

The filtering status code as defined in creative-status-codes.txt.

Trait Implementations

impl Default for CreativeFilteringReasonsReasons
[src]

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

impl Clone for CreativeFilteringReasonsReasons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeFilteringReasonsReasons
[src]

Formats the value using the given formatter. Read more

impl NestedType for CreativeFilteringReasonsReasons
[src]

impl Part for CreativeFilteringReasonsReasons
[src]

Auto Trait Implementations