GoogleCloudApigeeV1SecurityFeedback constructor

GoogleCloudApigeeV1SecurityFeedback({
  1. String? comment,
  2. String? createTime,
  3. String? displayName,
  4. List<GoogleCloudApigeeV1SecurityFeedbackFeedbackContext>? feedbackContexts,
  5. String? feedbackType,
  6. String? name,
  7. String? reason,
  8. String? updateTime,
})

Implementation

GoogleCloudApigeeV1SecurityFeedback({
  this.comment,
  this.createTime,
  this.displayName,
  this.feedbackContexts,
  this.feedbackType,
  this.name,
  this.reason,
  this.updateTime,
});