GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata constructor
GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata({
- GoogleCloudDocumentaiV1beta3CommonOperationMetadata? commonMetadata,
- String? createTime,
- String? state,
- String? stateMessage,
- String? updateTime,
Implementation
GoogleCloudDocumentaiV1beta3ReviewDocumentOperationMetadata({
this.commonMetadata,
this.createTime,
this.state,
this.stateMessage,
this.updateTime,
});