toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bigquerySource != null) 'bigquerySource': bigquerySource!,
      if (dataFormat != null) 'dataFormat': dataFormat!,
      if (dataset != null) 'dataset': dataset!,
      if (gcsSource != null) 'gcsSource': gcsSource!,
      if (loggingSamplingStrategy != null)
        'loggingSamplingStrategy': loggingSamplingStrategy!,
      if (targetField != null) 'targetField': targetField!,
    };