GoogleCloudDocumentaiV1beta3BatchProcessMetadata constructor

GoogleCloudDocumentaiV1beta3BatchProcessMetadata({
  1. String? createTime,
  2. List<GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus>? individualProcessStatuses,
  3. String? state,
  4. String? stateMessage,
  5. String? updateTime,
})

Implementation

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