Struct google_adexchangebuyer2_v2_beta1::FilteringStats[][src]

pub struct FilteringStats {
    pub reasons: Option<Vec<Reason>>,
    pub date: Option<Date>,
}

@OutputOnly Filtering reasons for this creative during a period of a single day (from midnight to midnight Pacific).

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

Fields

The set of filtering reasons for this date.

The day during which the data was collected. The data is collected from 00:00:00 to 23:59:59 PT. During switches from PST to PDT and back, the day may contain 23 or 25 hours of data instead of the usual 24.

Trait Implementations

impl Default for FilteringStats
[src]

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

impl Clone for FilteringStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilteringStats
[src]

Formats the value using the given formatter. Read more

impl Part for FilteringStats
[src]

Auto Trait Implementations