QualityPreviewChosenSnippetInfoTidbitInfo

GoogleApi.ContentWarehouse.V1.Model.QualityPreviewChosenSnippetInfoTidbitInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Information to identify tidbits.

Attributes List

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

View Attributes

Attributes

  1. sectionName (type: String.t, default: nil)
    - Section name of current snippet.
  2. separator (type: String.t, default: nil)
    - Separator to put before this tidbit.
  3. tidbitText (type: String.t, default: nil)
    - Tidbit text for validation.
  4. tokenBegin (type: String.t, default: nil)
    - Tidbit token range in the section.
  5. tokenEnd (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityPreviewChosenSnippetInfoTidbitInfo{
sectionName: String.t() | nil,
separator: String.t() | nil,
tidbitText: String.t() | nil,
tokenBegin: String.t() | nil,
tokenEnd: String.t() | nil
}

Function

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

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