# ListWorkweekConfigsRequest
### Description
A request for a set of `WorkweekConfig` objects
## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**limit** | getLimit() | setLimit($value) | **int** | Maximum number of Workweek Configs to return per page. | [optional]
**cursor** | getCursor() | setCursor($value) | **string** | Pointer to the next page of Workweek Config results to fetch. | [optional]
Note: All properties are protected and only accessed via getters and setters.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)