Struct google_adexchangebuyer1d4::CreativeFilteringReasons [] [src]

pub struct CreativeFilteringReasons {
    pub date: Option<String>,
    pub reasons: Option<Vec<CreativeFilteringReasonsReasons>>,
}

The filtering reasons for the creative. Read-only. This field should not be set in requests.

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

Fields

The date in ISO 8601 format for the data. The data is collected from 00:00:00 to 23:59:59 in PST.

The filtering reasons.

Trait Implementations

impl Default for CreativeFilteringReasons
[src]

[src]

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

impl Clone for CreativeFilteringReasons
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeFilteringReasons
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CreativeFilteringReasons
[src]

impl Part for CreativeFilteringReasons
[src]