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

Attributes

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

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: any(),
  id: any(),
  kind: any(),
  selfLink: any(),
  title: any(),
  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.