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

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.