Struct google_surveys2::SurveyResults[][src]

pub struct SurveyResults {
    pub status: Option<String>,
    pub survey_url_id: Option<String>,
}

Reference to the current results for a given survey.

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

Human readable string describing the status of the request.

External survey ID as viewable by survey owners in the editor view.

Trait Implementations

impl Default for SurveyResults
[src]

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

impl Clone for SurveyResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SurveyResults
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SurveyResults
[src]

Auto Trait Implementations