toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (autodetect != null) 'autodetect': autodetect!,
  if (avroOptions != null) 'avroOptions': avroOptions!,
  if (bigtableOptions != null) 'bigtableOptions': bigtableOptions!,
  if (compression != null) 'compression': compression!,
  if (connectionId != null) 'connectionId': connectionId!,
  if (csvOptions != null) 'csvOptions': csvOptions!,
  if (dateFormat != null) 'dateFormat': dateFormat!,
  if (datetimeFormat != null) 'datetimeFormat': datetimeFormat!,
  if (decimalTargetTypes != null) 'decimalTargetTypes': decimalTargetTypes!,
  if (fileSetSpecType != null) 'fileSetSpecType': fileSetSpecType!,
  if (googleSheetsOptions != null)
    'googleSheetsOptions': googleSheetsOptions!,
  if (hivePartitioningOptions != null)
    'hivePartitioningOptions': hivePartitioningOptions!,
  if (ignoreUnknownValues != null)
    'ignoreUnknownValues': ignoreUnknownValues!,
  if (jsonExtension != null) 'jsonExtension': jsonExtension!,
  if (jsonOptions != null) 'jsonOptions': jsonOptions!,
  if (maxBadRecords != null) 'maxBadRecords': maxBadRecords!,
  if (metadataCacheMode != null) 'metadataCacheMode': metadataCacheMode!,
  if (objectMetadata != null) 'objectMetadata': objectMetadata!,
  if (parquetOptions != null) 'parquetOptions': parquetOptions!,
  if (referenceFileSchemaUri != null)
    'referenceFileSchemaUri': referenceFileSchemaUri!,
  if (schema != null) 'schema': schema!,
  if (sourceFormat != null) 'sourceFormat': sourceFormat!,
  if (sourceUris != null) 'sourceUris': sourceUris!,
  if (timeFormat != null) 'timeFormat': timeFormat!,
  if (timeZone != null) 'timeZone': timeZone!,
  if (timestampFormat != null) 'timestampFormat': timestampFormat!,
};