GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippet
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
entry
(type:list(GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippetEntry)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippet{
entry: [GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippetEntry.t()] | nil
}
entry: [GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippetEntry.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LongStructuredSnippet