Struct google_classroom1::StateHistory[][src]

pub struct StateHistory {
    pub state: Option<String>,
    pub actor_user_id: Option<String>,
    pub state_timestamp: Option<String>,
}

The history of each state this submission has been in.

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

Fields

The workflow pipeline stage.

The teacher or student who made the change

When the submission entered this state.

Trait Implementations

impl Default for StateHistory
[src]

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

impl Clone for StateHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StateHistory
[src]

Formats the value using the given formatter. Read more

impl Part for StateHistory
[src]

Auto Trait Implementations