View Source GoogleApi.ContentWarehouse.V1.Model.QualityPreviewChosenSnippetInfoTidbitInfo (google_api_content_warehouse v0.4.0)

Information to identify tidbits.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.