GoogleCloudDocumentaiV1DocumentEntityRelation

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation


Table of Contents ▼

Jump to a specific part of the page:

Description

Relationship between Entities.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. objectId (type: String.t, default: nil)
    - Object entity id.
  2. relation (type: String.t, default: nil)
    - Relationship description.
  3. subjectId (type: String.t, default: nil)
    - Subject entity id.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation{
objectId: String.t() | nil,
relation: String.t() | nil,
subjectId: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityRelation