Struct google_consumersurveys2::MobileAppPanel[][src]

pub struct MobileAppPanel {
    pub owners: Option<Vec<String>>,
    pub mobile_app_panel_id: Option<String>,
    pub name: Option<String>,
    pub language: Option<String>,
    pub country: Option<String>,
    pub is_public_panel: Option<bool>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for MobileAppPanel
[src]

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

impl Clone for MobileAppPanel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobileAppPanel
[src]

Formats the value using the given formatter. Read more

impl RequestValue for MobileAppPanel
[src]

impl Resource for MobileAppPanel
[src]

impl ResponseResult for MobileAppPanel
[src]

Auto Trait Implementations