QualitySitemapSporcSignals

GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

MESSAGE SHOULD ONLY BE POPULATED DURING ONLINE/SERVING TIME.

Attributes List

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

View Attributes

Attributes

  1. oslScore (type: number(), default: nil)
    - Score for normal oneline sitelink
  2. scrolltoScore (type: number(), default: nil)
    - Score for scroll-to sitelink
  3. tocScore (type: number(), default: nil)
    - Score for table of contents sitelink

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapSporcSignals{
oslScore: number() | nil,
scrolltoScore: number() | nil,
tocScore: number() | nil
}

Function

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

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