GoogleCloudDocumentaiV1beta1OperationMetadata constructor

GoogleCloudDocumentaiV1beta1OperationMetadata({
  1. String? createTime,
  2. String? state,
  3. String? stateMessage,
  4. String? updateTime,
})

Implementation

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