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

View Source

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • items (type: list(GoogleApi.Tasks.V1.Model.TaskList.t), default: nil) - Collection of task lists.
  • kind (type: String.t, default: nil) - Type of the resource. This is always "tasks#taskLists".
  • nextPageToken (type: String.t, default: nil) - Token that can be used to request the next page of this result.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Tasks.V1.Model.TaskLists{
  etag: String.t() | nil,
  items: [GoogleApi.Tasks.V1.Model.TaskList.t()] | nil,
  kind: String.t() | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.