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

Representation of a Google Drive file.

Attributes

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

    Read-only.

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

  • thumbnailUrl (type: String.t, default: nil) - URL of a thumbnail image of the Drive item.

    Read-only.

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

    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.DriveFile{
  alternateLink: String.t(),
  id: String.t(),
  thumbnailUrl: String.t(),
  title: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.