Struct google_classroom1::Form[][src]

pub struct Form {
    pub form_url: Option<String>,
    pub thumbnail_url: Option<String>,
    pub response_url: Option<String>,
    pub title: Option<String>,
}

Google Forms item.

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

Fields

URL of the form.

URL of a thumbnail image of the Form.

Read-only.

URL of the form responses document. Only set if respsonses have been recorded and only when the requesting user is an editor of the form.

Read-only.

Title of the Form.

Read-only.

Trait Implementations

impl Default for Form
[src]

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

impl Clone for Form
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Form
[src]

Formats the value using the given formatter. Read more

impl Part for Form
[src]

Auto Trait Implementations

impl Send for Form

impl Sync for Form