ListQueuesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.

Link copied to clipboard

Optional. Number of queues, up to twenty, that will be returned at one time.

Link copied to clipboard

Use this string, provided with the response to a previous request, to request the next batch of queues.

Link copied to clipboard
val order: Order?

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Functions

Link copied to clipboard
inline fun copy(block: ListQueuesRequest.Builder.() -> Unit = {}): ListQueuesRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String