GoogleCloudDocumentaiV1DocumentProvenance constructor

GoogleCloudDocumentaiV1DocumentProvenance({
  1. int? id,
  2. List<GoogleCloudDocumentaiV1DocumentProvenanceParent>? parents,
  3. int? revision,
  4. String? type,
})

Implementation

GoogleCloudDocumentaiV1DocumentProvenance({
  this.id,
  this.parents,
  this.revision,
  this.type,
});