Struct google_adexchangebuyer1d4::CreativeServingRestrictionsDisapprovalReasons[][src]

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

The reasons for disapproval within this restriction, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED or CONDITIONALLY_APPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue.

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

Auto Trait Implementations