TeragoogleDocumentInfoSection

GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoSection


Table of Contents ▼

Jump to a specific part of the page:

Description

Sections to be added to the dynamic repository the docservers build. 'tokens' is either a sequence of tokens encoded using the TokenSequenceEncoder (MDU), or a TokenspaceRepository (depends on what's set in section_type. If 'doc' is present, then the contents of these sections override what was created by parsing 'doc'.

Attributes List

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

View Attributes

Attributes

  1. fieldName (type: list(String.t), default: nil)
    - List of field repository (subsection) names within the section.
  2. name (type: String.t, default: nil)
    -
  3. tokens (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TeragoogleDocumentInfoSection{
fieldName: [String.t()] | nil,
name: String.t() | nil,
tokens: String.t() | nil
}

Function

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

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