Struct google_adexchangebuyer2_v2_beta1::Correction[][src]

pub struct Correction {
    pub contexts: Option<Vec<ServingContext>>,
    pub type_: Option<String>,
    pub details: Option<Vec<String>>,
}

@OutputOnly Shows any corrections that were applied to this creative.

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

Fields

The contexts for the correction.

The type of correction that was applied to the creative.

Additional details about what was corrected.

Trait Implementations

impl Default for Correction
[src]

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

impl Clone for Correction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Correction
[src]

Formats the value using the given formatter. Read more

impl Part for Correction
[src]

Auto Trait Implementations

impl Send for Correction

impl Sync for Correction