Skip to main content

_BaseListPage

Model for a single page of storage 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.

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.