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

An experimental long snippet. The protocol allows any permutation of headers and plain text paragraphs, but typical responses are just paragraphs or alternating headers and paragraphs.

Attributes

  • entry (type: list(GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippetEntry.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippet{
  entry:
    [GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippetEntry.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.