GoogleCloudApigeeV1SecurityFeedbackFeedbackContext constructor

GoogleCloudApigeeV1SecurityFeedbackFeedbackContext({
  1. String? attribute,
  2. List<String>? values,
})

Implementation

GoogleCloudApigeeV1SecurityFeedbackFeedbackContext({
  this.attribute,
  this.values,
});