CreateExportPayload

data class CreateExportPayload(val outputFormats: List<ExportFormat>, val criteria: ExportItemCriteria, val localeCode: String?)

Payload object used to provide export creation parameters to the API

See also

Constructors

Link copied to clipboard
constructor(outputFormats: List<ExportFormat>, criteria: ExportItemCriteria, localeCode: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard