GoogleApi.Tasks.V1.Model.TaskList (google_api_tasks v0.17.0)

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: nil) - Output only. Type of the resource. This is always "tasks#taskList".
  • selfLink (type: String.t, default: nil) - Output only. 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. Maximum length allowed: 1024 characters.
  • updated (type: String.t, default: nil) - Output only. Last modification time of the task list (as a RFC 3339 timestamp).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Tasks.V1.Model.TaskList{
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  selfLink: String.t() | nil,
  title: String.t() | nil,
  updated: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.