ConfigListParams#
- class nemo_microservices.types.deployment.ConfigListParams
Bases:
TypedDict- filter: object
Filter configs on various criteria.
- page: int
Page number.
- page_size: int
Page size.
- sort: Literal['created_at', '-created_at']
The field to sort by.
To sort in decreasing order, use - in front of the field name.