View Source GoogleApi.Classroom.V1.Model.DriveFolder (google_api_classroom v0.21.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.