Job Configuration Load Args
fun JobConfigurationLoadArgs(allowJaggedRows: Output<Boolean>? = null, allowQuotedNewlines: Output<Boolean>? = null, autodetect: Output<Boolean>? = null, clustering: Output<ClusteringArgs>? = null, connectionProperties: Output<List<ConnectionPropertyArgs>>? = null, createDisposition: Output<String>? = null, createSession: Output<Boolean>? = null, decimalTargetTypes: Output<List<String>>? = null, destinationEncryptionConfiguration: Output<EncryptionConfigurationArgs>? = null, destinationTable: Output<TableReferenceArgs>? = null, destinationTableProperties: Output<DestinationTablePropertiesArgs>? = null, encoding: Output<String>? = null, fieldDelimiter: Output<String>? = null, hivePartitioningOptions: Output<HivePartitioningOptionsArgs>? = null, ignoreUnknownValues: Output<Boolean>? = null, jsonExtension: Output<String>? = null, maxBadRecords: Output<Int>? = null, nullMarker: Output<String>? = null, parquetOptions: Output<ParquetOptionsArgs>? = null, preserveAsciiControlCharacters: Output<Boolean>? = null, projectionFields: Output<List<String>>? = null, quote: Output<String>? = null, rangePartitioning: Output<RangePartitioningArgs>? = null, referenceFileSchemaUri: Output<String>? = null, schema: Output<TableSchemaArgs>? = null, schemaInline: Output<String>? = null, schemaInlineFormat: Output<String>? = null, schemaUpdateOptions: Output<List<String>>? = null, skipLeadingRows: Output<Int>? = null, sourceFormat: Output<String>? = null, sourceUris: Output<List<String>>? = null, timePartitioning: Output<TimePartitioningArgs>? = null, useAvroLogicalTypes: Output<Boolean>? = null, writeDisposition: Output<String>? = null)