ApiV1PublisherDeploymentsFilesPostRequest

constructor(sortField: String, page: Double? = null, propertySize: Double? = null, sortDirection: String? = null, deploymentIds: List<String>? = null, pathStarting: String? = null)

Parameters

sortField

The field to sort the results by.

page

The page number.

propertySize

The number of items per page.

sortDirection

The direction of the sorting (asc or desc).

deploymentIds

Optional deployment IDs.

pathStarting

Optional starting path.