google_api_classroom v0.16.0 GoogleApi.Classroom.V1.Model.DriveFolder View Source

Representation of a Google Drive folder.

Attributes

  • alternateLink (type: String.t, default: nil) - URL that can be used to access the Drive folder.

    Read-only.

  • id (type: String.t, default: nil) - Drive API resource ID.

  • title (type: String.t, default: nil) - Title of the Drive folder.

    Read-only.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Classroom.V1.Model.DriveFolder{
  alternateLink: String.t(),
  id: String.t(),
  title: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.