FileDestinationArgs

data class FileDestinationArgs(val fileFormats: Output<List<Either<String, FileFormat>>>? = null) : ConvertibleToJava<FileDestinationArgs>

Destination of the view data. This is optional. Currently only CSV format is supported.

Constructors

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

Properties

Link copied to clipboard
val fileFormats: Output<List<Either<String, FileFormat>>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FileDestinationArgs