JobOutputFormatOptions

data class JobOutputFormatOptions(val csv: JobCsvOutputOptions? = null)

Format options for job Output

Constructors

Link copied to clipboard
constructor(csv: JobCsvOutputOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents a set of options that define the structure of comma-separated value (CSV) job output.