google_api_cloud_tasks v0.4.0 GoogleApi.CloudTasks.V2beta2.Model.ListTasksResponse View Source
Response message for listing tasks using ListTasks.
Attributes
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results.To return the next page of results, call ListTasks with this value as the page_token.
If the next_page_token is empty, there are no more results.
tasks(type:list(GoogleApi.CloudTasks.V2beta2.Model.Task.t), default:nil) - The list of tasks.
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.CloudTasks.V2beta2.Model.ListTasksResponse{
nextPageToken: String.t(),
tasks: [GoogleApi.CloudTasks.V2beta2.Model.Task.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.