google_api_tasks v0.6.0 GoogleApi.Tasks.V1.Model.TaskLists 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:tasks#taskLists
) - 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.
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 Sourcet() :: %GoogleApi.Tasks.V1.Model.TaskLists{ etag: String.t(), items: [GoogleApi.Tasks.V1.Model.TaskList.t()], kind: String.t(), nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.