Struct google_adexchangebuyer1d3::CreativeDisapprovalReasons[][src]

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

The reasons for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. 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 categorized reason for disapproval.

Additional details about the reason for disapproval.

Trait Implementations

impl Default for CreativeDisapprovalReasons
[src]

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

impl Clone for CreativeDisapprovalReasons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeDisapprovalReasons
[src]

Formats the value using the given formatter. Read more

impl NestedType for CreativeDisapprovalReasons
[src]

impl Part for CreativeDisapprovalReasons
[src]

Auto Trait Implementations