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