BigQueryDestination.fromJson constructor
BigQueryDestination.fromJson(
- Map json_
Implementation
BigQueryDestination.fromJson(core.Map json_)
: this(
createNewResultsTable: json_['createNewResultsTable'] as core.bool?,
destinationDataset: json_['destinationDataset'] as core.String?,
);