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

MESSAGE SHOULD ONLY BE POPULATED DURING ONLINE/SERVING TIME.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.