RepositoryWebrefWebrefEntityRelationship

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityRelationship


Table of Contents ▼

Jump to a specific part of the page:

Description

Information regarding links between annotated entities. Next available tag: 5

Attributes List

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

View Attributes

Attributes

  1. entityIndex (type: integer(), default: nil)
    - The index of the entry in WebrefEntities.entity that the entity carrying this field is linked to. This field must be set.
  2. linkMetadata (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata, default: nil)
    - Information about the link.
  3. linkWeight (type: number(), default: nil)
    - The weight of the link.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityRelationship{
entityIndex: integer() | nil,
linkMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata.t() | nil,
linkWeight: number() | nil
}

Function

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

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