GoogleCloudDocumentaiV1beta3DocumentEntityRelation constructor

GoogleCloudDocumentaiV1beta3DocumentEntityRelation({
  1. String? objectId,
  2. String? relation,
  3. String? subjectId,
})

Implementation

GoogleCloudDocumentaiV1beta3DocumentEntityRelation({
  this.objectId,
  this.relation,
  this.subjectId,
});