Struct google_adexchangebuyer1d3::CreativeCorrections[][src]

pub struct CreativeCorrections {
    pub reason: Option<String>,
    pub details: Option<Vec<String>>,
}

Shows any corrections that were applied to this 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 type of correction that was applied to the creative.

Additional details about the correction.

Trait Implementations

impl Default for CreativeCorrections
[src]

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

impl Clone for CreativeCorrections
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeCorrections
[src]

Formats the value using the given formatter. Read more

impl NestedType for CreativeCorrections
[src]

impl Part for CreativeCorrections
[src]

Auto Trait Implementations