google_api_tasks v0.2.0 GoogleApi.Tasks.V1.Model.Tasks View Source
Attributes
- etag (String.t): ETag of the resource. Defaults to:
null
. - items ([Task]): Collection of tasks. Defaults to:
null
. - kind (String.t): Type of the resource. This is always "tasks#tasks". Defaults to:
null
. - nextPageToken (String.t): Token used to access 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.Tasks{
etag: any(),
items: [GoogleApi.Tasks.V1.Model.Task.t()],
kind: any(),
nextPageToken: any()
}
t() :: %GoogleApi.Tasks.V1.Model.Tasks{ etag: any(), items: [GoogleApi.Tasks.V1.Model.Task.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.