GoogleCloudDocumentaiV1HumanReviewStatus constructor

GoogleCloudDocumentaiV1HumanReviewStatus({
  1. String? humanReviewOperation,
  2. String? state,
  3. String? stateMessage,
})

Implementation

GoogleCloudDocumentaiV1HumanReviewStatus({
  this.humanReviewOperation,
  this.state,
  this.stateMessage,
});