google_api_tasks v0.4.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:tasks#tasks
) - 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Tasks.V1.Model.Tasks{
etag: String.t(),
items: [GoogleApi.Tasks.V1.Model.Task.t()],
kind: String.t(),
nextPageToken: String.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.