google_api_webmaster v0.2.0 GoogleApi.Webmaster.V3.Model.UrlSampleDetails View Source

Additional details about the URL, set only when calling get().

Attributes

  • containingSitemaps ([String.t]): List of sitemaps pointing at this URL. Defaults to: null.
  • linkedFromUrls ([String.t]): A sample set of URLs linking to this URL. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Webmaster.V3.Model.UrlSampleDetails{
  containingSitemaps: [any()],
  linkedFromUrls: [any()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.