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

impl Default for CreativeServingRestrictionsDisapprovalReasons
[src]

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

impl Clone for CreativeServingRestrictionsDisapprovalReasons
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeServingRestrictionsDisapprovalReasons
[src]

Formats the value using the given formatter.

impl NestedType for CreativeServingRestrictionsDisapprovalReasons
[src]

impl Part for CreativeServingRestrictionsDisapprovalReasons
[src]