toJson method
Implementation
@override
Object toJson() => {
'dataset': ?dataset,
'gcsSource': ?gcsSource?.toJson(),
'bigquerySource': ?bigquerySource?.toJson(),
if (dataFormat.isNotDefault) 'dataFormat': dataFormat,
if (targetField.isNotDefault) 'targetField': targetField,
'loggingSamplingStrategy': ?loggingSamplingStrategy?.toJson(),
};