Struct google_consumersurveys2::Survey[][src]

pub struct Survey {
    pub owners: Option<Vec<String>>,
    pub description: Option<String>,
    pub title: Option<String>,
    pub customer_data: Option<String>,
    pub state: Option<String>,
    pub audience: Option<SurveyAudience>,
    pub cost: Option<SurveyCost>,
    pub survey_url_id: Option<String>,
    pub questions: Option<Vec<SurveyQuestion>>,
    pub wanted_response_count: Option<i32>,
    pub rejection_reason: Option<SurveyRejection>,
}

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

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for Survey
[src]

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

impl Clone for Survey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Survey
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Survey
[src]

impl Resource for Survey
[src]

impl ResponseResult for Survey
[src]

Auto Trait Implementations

impl Send for Survey

impl Sync for Survey