google_api_tasks v0.10.0 GoogleApi.Tasks.V1.Model.Tasks 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Tasks.V1.Model.Tasks{ etag: String.t(), items: [GoogleApi.Tasks.V1.Model.Task.t()], kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.