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

Data to generate the list preview for organic list snippets.

Attributes

  • header (type: String.t, default: nil) - The texts of header and listing items.
  • headerTitleRedundancy (type: number(), default: nil) - The ratio of header tokens covered by title.
  • headerUsedInSnippet (type: boolean(), default: nil) - If the header being used in organic snippet.
  • items (type: list(String.t), default: nil) -
  • originalTotalItems (type: integer(), default: nil) - The number of items in the original list.
  • radishScore (type: number(), default: nil) - The score of the radish signal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.MustangReposWwwSnippetsOrganicListSnippetResponse{
    header: String.t() | nil,
    headerTitleRedundancy: number() | nil,
    headerUsedInSnippet: boolean() | nil,
    items: [String.t()] | nil,
    originalTotalItems: integer() | nil,
    radishScore: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.