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

Contains information about specific crawl errors.

Attributes

  • first_detected (DateTime.t): The time the error was first detected, in RFC 3339 format. Defaults to: null.
  • last_crawled (DateTime.t): The time when the URL was last crawled, in RFC 3339 format. Defaults to: null.
  • pageUrl (String.t): The URL of an error, relative to the site. Defaults to: null.
  • responseCode (integer()): The HTTP response code, if any. Defaults to: null.
  • urlDetails (UrlSampleDetails): Additional details about the URL, set only when calling get(). 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.UrlCrawlErrorsSample{
  first_detected: DateTime.t(),
  last_crawled: DateTime.t(),
  pageUrl: any(),
  responseCode: any(),
  urlDetails: GoogleApi.Webmaster.V3.Model.UrlSampleDetails.t()
}

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.