GoodocLogicalEntity

GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity


Table of Contents ▼

Jump to a specific part of the page:

Description

A logical entity in the abstract is just a group of links to the goodoc. Depending on the kind of item, a separate proto file should extend this to define the logical structure for that kind. For example. newspapers.proto defines the logical entity for newspapers. LogicalEntity is also used within some SemanticLabels, for example, for a table-of-contents link.

Attributes List

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

View Attributes

Attributes

  1. Metadata (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity{
Metadata: String.t() | nil,
link: [GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntityLink.t()] | nil
}

Function

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

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