Struct google_adexchangebuyer1d4::CreativeCorrections [] [src]

pub struct CreativeCorrections {
    pub contexts: Option<Vec<CreativeCorrectionsContexts>>,
    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

All known serving contexts containing serving status information.

The type of correction that was applied to the creative.

Additional details about the correction.

Trait Implementations

impl Default for CreativeCorrections
[src]

[src]

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

impl Clone for CreativeCorrections
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreativeCorrections
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CreativeCorrections
[src]

impl Part for CreativeCorrections
[src]