Struct google_adexchangebuyer2_v2_beta1::AppContext[][src]

pub struct AppContext {
    pub app_types: Option<Vec<String>>,
}

@OutputOnly The app type the restriction applies to for mobile device.

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

Fields

The app types this restriction applies to.

Trait Implementations

impl Default for AppContext
[src]

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

impl Clone for AppContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppContext
[src]

Formats the value using the given formatter. Read more

impl Part for AppContext
[src]

Auto Trait Implementations

impl Send for AppContext

impl Sync for AppContext