Struct google_adexchangebuyer2_v2_beta1::Disapproval[][src]

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

@OutputOnly The reason and details for a disapproval.

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

Fields

The categorized reason for disapproval.

Additional details about the reason for disapproval.

Trait Implementations

impl Default for Disapproval
[src]

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

impl Clone for Disapproval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Disapproval
[src]

Formats the value using the given formatter. Read more

impl Part for Disapproval
[src]

Auto Trait Implementations

impl Send for Disapproval

impl Sync for Disapproval