MustangReposWwwSnippetsOrganicListSnippetResponse

GoogleApi.ContentWarehouse.V1.Model.MustangReposWwwSnippetsOrganicListSnippetResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

Data to generate the list preview for organic list snippets.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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