QualitySitemapTargetGroup

GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a set of targets. The group may have a label field to uniquely identify this target group among others - for instance, if these targets' titles were generated using an alternative title algorithm, the label can be "newtitles". See "Note on adding new fields".

Attributes List

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

View Attributes

Attributes

  1. DEPRECATEDCountry (type: integer(), default: nil)
    -
  2. Target (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget), default: nil)
    -
  3. allTargetsNamedAnchors (type: boolean(), default: nil)
    - If all the targets in this group are named anchors on the source page.
  4. allTargetsNamedTopictagsScrollto (type: boolean(), default: nil)
    - If all the targets in this group are named topictags_scrollto on the source page.
  5. breadcrumbTarget (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapBreadcrumbTarget, default: nil)
    -
  6. coClickTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTarget), default: nil)
    -
  7. countryCode (type: String.t, default: nil)
    -
  8. label (type: String.t, default: nil)
    -
  9. language (type: integer(), default: nil)
    -
  10. modifiedByHostcardHandler (type: boolean(), default: nil)
    -
  11. scoringSignals (type: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals, default: nil)
    -
  12. topUrl (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTopURL), default: nil)
    - A list of top urls with highest two_level_score, i.e., chrome_trans_clicks.
  13. twoLevelTarget (type: list(GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTwoLevelTarget), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTargetGroup{
DEPRECATEDCountry: integer() | nil,
Target: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTarget.t()] | nil,
allTargetsNamedAnchors: boolean() | nil,
allTargetsNamedTopictagsScrollto: boolean() | nil,
breadcrumbTarget: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapBreadcrumbTarget.t() | nil,
coClickTarget: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapCoClickTarget.t()] | nil,
countryCode: String.t() | nil,
label: String.t() | nil,
language: integer() | nil,
modifiedByHostcardHandler: boolean() | nil,
scoringSignals: GoogleApi.ContentWarehouse.V1.Model.QualitySitemapScoringSignals.t() | nil,
topUrl: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTopURL.t()] | nil,
twoLevelTarget: [GoogleApi.ContentWarehouse.V1.Model.QualitySitemapTwoLevelTarget.t()] | nil
}

Function

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

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