ClusterConfigsListRequestParameters
Cluster Configs List Request Parameters
Request parameters for retrieving a paginated list of cluster configurations. Extends ListRequestParameters to support pagination and allows for future addition of custom filter properties.
AllOf
This class requires all of the following:
JSON Example
{
"site_ids": [
"string"
],
"offset": 0,
"page_size": 0,
"sort_ascending": false,
"sort_by": "string"
}