GoogleCloudDocumentaiV1DocumentRevision constructor

GoogleCloudDocumentaiV1DocumentRevision({
  1. String? agent,
  2. String? createTime,
  3. GoogleCloudDocumentaiV1DocumentRevisionHumanReview? humanReview,
  4. String? id,
  5. List<int>? parent,
  6. List<String>? parentIds,
  7. String? processor,
})

Implementation

GoogleCloudDocumentaiV1DocumentRevision({
  this.agent,
  this.createTime,
  this.humanReview,
  this.id,
  this.parent,
  this.parentIds,
  this.processor,
});