google_api_webmaster v0.0.1 GoogleApi.Webmaster.V3.Model.UrlCrawlErrorsSample View Source
Contains information about specific crawl errors.
Attributes
- first_detected (DateTime): The time the error was first detected, in RFC 3339 format. Defaults to:
null
. - last_crawled (DateTime): The time when the URL was last crawled, in RFC 3339 format. Defaults to:
null
. - pageUrl (String): 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
.