FileDestinationResponse

data class FileDestinationResponse(val fileFormats: List<String>? = null)

Destination of the view data. Currently only csv format is supported.

Constructors

Link copied to clipboard
constructor(fileFormats: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileFormats: List<String>? = null

Destination of the view data. Currently only csv format is supported.