toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (inputPath != null) 'inputPath': inputPath!,
      if (pipelineConfig != null) 'pipelineConfig': pipelineConfig!,
      if (processorType != null) 'processorType': processorType!,
      if (schemaName != null) 'schemaName': schemaName!,
      if (skipIngestedDocuments != null)
        'skipIngestedDocuments': skipIngestedDocuments!,
    };