Skip to main content

ListOfSchedules

Hierarchy

Index

Properties

count

count: Annotated[int, Field(examples=[2], ge=0)]

The number of items returned in this response.

desc

desc: Annotated[bool, Field(examples=[False])]

Whether the results are sorted in descending order.

items

limit

limit: Annotated[int, Field(examples=[1000], ge=1)]

The maximum number of items returned per page.

model_config

model_config: Undefined

offset

offset: Annotated[int, Field(examples=[0], ge=0)]

The starting position for this page of results.

total

total: Annotated[int, Field(examples=[2], ge=0)]

The total number of items available across all pages.