Struct google_adexchangebuyer2_v2_beta1::ServingRestriction[][src]

pub struct ServingRestriction {
    pub contexts: Option<Vec<ServingContext>>,
    pub status: Option<String>,
    pub disapproval_reasons: Option<Vec<Disapproval>>,
}

@OutputOnly A representation of the status of an ad in a specific context. A context here relates to where something ultimately serves (for example, a user or publisher geo, a platform, an HTTPS vs HTTP request, or the type of auction).

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

Fields

The contexts for the restriction.

The status of the creative in this context (for example, it has been explicitly disapproved or is pending review).

Any disapprovals bound to this restriction. Only present if status=DISAPPROVED. Can be used to filter the response of the creatives.list method.

Trait Implementations

impl Default for ServingRestriction
[src]

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

impl Clone for ServingRestriction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServingRestriction
[src]

Formats the value using the given formatter. Read more

impl Part for ServingRestriction
[src]

Auto Trait Implementations