Struct google_classroom1::Invitation[][src]

pub struct Invitation {
    pub course_id: Option<String>,
    pub role: Option<String>,
    pub user_id: Option<String>,
    pub id: Option<String>,
}

An invitation to join a course.

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

Identifier of the course to invite the user to.

Role to invite the user to have. Must not be COURSE_ROLE_UNSPECIFIED.

Identifier of the invited user.

When specified as a parameter of a request, this identifier can be set to one of the following:

  • the numeric identifier for the user
  • the email address of the user
  • the string literal "me", indicating the requesting user

Identifier assigned by Classroom.

Read-only.

Trait Implementations

impl Default for Invitation
[src]

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

impl Clone for Invitation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Invitation
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Invitation
[src]

impl Resource for Invitation
[src]

impl ResponseResult for Invitation
[src]

Auto Trait Implementations

impl Send for Invitation

impl Sync for Invitation