GoogleApi.Tasks.V1.Model.Tasks (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.Task.t), default: nil) - Collection of tasks.
  • kind (type: String.t, default: nil) - Type of the resource. This is always "tasks#tasks".
  • nextPageToken (type: String.t, default: nil) - Token used to access 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.Tasks{
  etag: String.t() | nil,
  items: [GoogleApi.Tasks.V1.Model.Task.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.