Job Configuration Query Args
constructor(allowLargeResults: Output<Boolean>? = null, clustering: Output<ClusteringArgs>? = null, connectionProperties: Output<List<ConnectionPropertyArgs>>? = null, continuous: Output<Boolean>? = null, createDisposition: Output<String>? = null, createSession: Output<Boolean>? = null, defaultDataset: Output<DatasetReferenceArgs>? = null, destinationEncryptionConfiguration: Output<EncryptionConfigurationArgs>? = null, destinationTable: Output<TableReferenceArgs>? = null, flattenResults: Output<Boolean>? = null, maximumBillingTier: Output<Int>? = null, maximumBytesBilled: Output<String>? = null, parameterMode: Output<String>? = null, preserveNulls: Output<Boolean>? = null, priority: Output<String>? = null, query: Output<String>? = null, queryParameters: Output<List<QueryParameterArgs>>? = null, rangePartitioning: Output<RangePartitioningArgs>? = null, schemaUpdateOptions: Output<List<String>>? = null, tableDefinitions: Output<Map<String, String>>? = null, timePartitioning: Output<TimePartitioningArgs>? = null, useLegacySql: Output<Boolean>? = null, useQueryCache: Output<Boolean>? = null, userDefinedFunctionResources: Output<List<UserDefinedFunctionResourceArgs>>? = null, writeDisposition: Output<String>? = null)