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

Attributes

  • DEPRECATEDAnchor (type: String.t, default: nil) -
  • DEPRECATEDRunningAnchor (type: boolean(), default: nil) -
  • DEPRECATEDTitle (type: String.t, default: nil) -
  • displaytitle (type: String.t, default: nil) -
  • score (type: integer(), default: nil) - optional, exclude to save space
  • url (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SitemapDEPRECATED_Target{
  DEPRECATEDAnchor: String.t() | nil,
  DEPRECATEDRunningAnchor: boolean() | nil,
  DEPRECATEDTitle: String.t() | nil,
  displaytitle: String.t() | nil,
  score: integer() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.