feedbackType property

String? feedbackType
getter/setter pair

The type of feedback being submitted.

Required. Possible string values are:

  • "FEEDBACK_TYPE_UNSPECIFIED" : Unspecified feedback type.
  • "EXCLUDED_DETECTION" : Feedback identifying attributes to be excluded from detections.

Implementation

core.String? feedbackType;