google_api_tasks v0.8.0 GoogleApi.Tasks.V1.Model.TaskList View Source

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • id (type: String.t, default: nil) - Task list identifier.
  • kind (type: String.t, default: tasks#taskList) - Type of the resource. This is always "tasks#taskList".
  • selfLink (type: String.t, default: nil) - URL pointing to this task list. Used to retrieve, update, or delete this task list.
  • title (type: String.t, default: nil) - Title of the task list.
  • updated (type: DateTime.t, default: nil) - Last modification time of the task list (as a RFC 3339 timestamp).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Tasks.V1.Model.TaskList{
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  selfLink: String.t(),
  title: String.t(),
  updated: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.