GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata constructor

GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata({
  1. GoogleCloudDocumentaiV1beta3CommonOperationMetadata? commonMetadata,
  2. String? createTime,
  3. String? state,
  4. String? stateMessage,
  5. String? updateTime,
})

Implementation

GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata({
  this.commonMetadata,
  this.createTime,
  this.state,
  this.stateMessage,
  this.updateTime,
});