Struct google_adexchangebuyer2_v2_beta1::Reason[][src]

pub struct Reason {
    pub status: Option<i32>,
    pub count: Option<String>,
}

A specific filtering status and how many times it occurred.

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

Fields

The filtering status code. Please refer to the creative-status-codes.txt file for different statuses.

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

Trait Implementations

impl Default for Reason
[src]

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

impl Clone for Reason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Reason
[src]

Formats the value using the given formatter. Read more

impl Part for Reason
[src]

Auto Trait Implementations

impl Send for Reason

impl Sync for Reason