toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (conversationFilter != null)
        'conversationFilter': conversationFilter!,
      if (feedbackLabelType != null) 'feedbackLabelType': feedbackLabelType!,
      if (filter != null) 'filter': filter!,
      if (gcsDestination != null) 'gcsDestination': gcsDestination!,
      if (maxDownloadCount != null) 'maxDownloadCount': maxDownloadCount!,
      if (parent != null) 'parent': parent!,
      if (templateQaScorecardId != null)
        'templateQaScorecardId': templateQaScorecardId!,
    };