ExportCreateDto

data class ExportCreateDto(outputFormats: List<String>, criteria: ListDocumentsCriteriaDto, locale: String?)

Parameters

outputFormats
  • @param criteria * @param locale Allows you to specify the locale in which the response should be returned. It must be a supported value from the list of locale-codes, which can be obtained by going to /lookups/locales. It defaults to the user's locale.

Constructors

ExportCreateDto
Link copied to clipboard
fun ExportCreateDto(outputFormats: List<String>, criteria: ListDocumentsCriteriaDto, locale: String? = null)
  • @param criteria * @param locale Allows you to specify the locale in which the response should be returned. It must be a supported value from the list of locale-codes, which can be obtained by going to /lookups/locales. It defaults to the user's locale.

Properties

criteria
Link copied to clipboard
@SerializedName(value = criteria)
val criteria: ListDocumentsCriteriaDto
locale
Link copied to clipboard
@SerializedName(value = locale)
val locale: String? = null
outputFormats
Link copied to clipboard
@SerializedName(value = outputFormats)
val outputFormats: List<String>
  • @param criteria * @param locale Allows you to specify the locale in which the response should be returned. It must be a supported value from the list of locale-codes, which can be obtained by going to /lookups/locales. It defaults to the user's locale.