GoogleCloudDatalabelingV1beta1FeedbackMessage constructor

GoogleCloudDatalabelingV1beta1FeedbackMessage({
  1. String? body,
  2. String? createTime,
  3. String? image,
  4. String? name,
  5. GoogleCloudDatalabelingV1beta1OperatorFeedbackMetadata? operatorFeedbackMetadata,
  6. GoogleCloudDatalabelingV1beta1RequesterFeedbackMetadata? requesterFeedbackMetadata,
})

Implementation

GoogleCloudDatalabelingV1beta1FeedbackMessage({
  this.body,
  this.createTime,
  this.image,
  this.name,
  this.operatorFeedbackMetadata,
  this.requesterFeedbackMetadata,
});