RepositoryWebrefMentionComponent

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionComponent


Table of Contents ▼

Jump to a specific part of the page:

Description

Reference to a component of a compound mention. 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 indices to identify the entity within the WebrefEntities.entities, the segment within its EntityAnnotations.segment_mentions, and the mention within that segment. entity_index is always guaranteed to be set, but segment_mentions_index and mention_index are omitted if the component reference is implicit.
  2. isHeadComponent (type: boolean(), default: nil)
    - The source of the compound has designated this component as the head. Only one of the components can be a head, but it's possible none are.
  3. mentionIndex (type: integer(), default: nil)
    -
  4. segmentMentionsIndex (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefMentionComponent{
entityIndex: integer() | nil,
isHeadComponent: boolean() | nil,
mentionIndex: integer() | nil,
segmentMentionsIndex: integer() | nil
}

Function

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

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