TableImportTableInputFormatOptionsArgs

data class TableImportTableInputFormatOptionsArgs(val csv: Output<TableImportTableInputFormatOptionsCsvArgs>? = null) : ConvertibleToJava<TableImportTableInputFormatOptionsArgs>

Constructors

Link copied to clipboard
constructor(csv: Output<TableImportTableInputFormatOptionsCsvArgs>? = null)

Properties

Link copied to clipboard

This block contains the processing options for the CSV file being imported:

Functions

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