DataSetVersionListRequest
Properties
Property | Type | Required | Description |
---|---|---|---|
page |
integer | false |
The page of results to fetch. Defaults to: Validation constraints:
|
pageSize |
integer | false |
The maximum number of results per page. Defaults to: Validation constraints:
|
Example schema
{
"page": 1,
"pageSize": 10
}