google_api_tasks v0.2.0 GoogleApi.Tasks.V1.Model.TaskLists View Source
Attributes
- etag (String.t): ETag of the resource. Defaults to:
null
. - items ([TaskList]): Collection of task lists. Defaults to:
null
. - kind (String.t): Type of the resource. This is always "tasks#taskLists". Defaults to:
null
. - nextPageToken (String.t): Token that can be used to request the next page of this result. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.Tasks.V1.Model.TaskLists{
etag: any(),
items: [GoogleApi.Tasks.V1.Model.TaskList.t()],
kind: any(),
nextPageToken: any()
}
t() :: %GoogleApi.Tasks.V1.Model.TaskLists{ etag: any(), items: [GoogleApi.Tasks.V1.Model.TaskList.t()], kind: any(), nextPageToken: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.