Skip to main content

RequestQueueListPage

Model for a single page of request queue items returned from a collection list method.

Hierarchy

Index

Properties

count

count: int

The number of objects returned on this page.

desc

desc: bool

Indicates if the returned list is in descending order.

items

The list of request queue items returned on this page.

limit

limit: int

The maximum number of objects to return, as specified in the API call.

model_config

model_config: Undefined

offset

offset: int

The starting position of the first object returned, as specified in the API call.

total

total: int

The total number of objects that match the criteria of the API call.