Text Format Args
constructor(columnDelimiter: Output<Any>? = null, deserializer: Output<Any>? = null, encodingName: Output<Any>? = null, escapeChar: Output<Any>? = null, firstRowAsHeader: Output<Any>? = null, nullValue: Output<Any>? = null, quoteChar: Output<Any>? = null, rowDelimiter: Output<Any>? = null, serializer: Output<Any>? = null, skipLineCount: Output<Any>? = null, treatEmptyAsNull: Output<Any>? = null, type: Output<String>)