Struct google_webmasters3::UrlCrawlErrorsSample [] [src]

pub struct UrlCrawlErrorsSample {
    pub url_details: Option<UrlSampleDetails>,
    pub page_url: Option<String>,
    pub last_crawled: Option<String>,
    pub response_code: Option<i32>,
    pub first_detected: Option<String>,
}

Contains information about specific crawl errors.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

The URL of an error, relative to the site.

The time when the URL was last crawled, in RFC 3339 format.

The HTTP response code, if any.

The time the error was first detected, in RFC 3339 format.

Trait Implementations

impl Debug for UrlCrawlErrorsSample
[src]

Formats the value using the given formatter.

impl Clone for UrlCrawlErrorsSample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UrlCrawlErrorsSample
[src]

Returns the "default value" for a type. Read more

impl Resource for UrlCrawlErrorsSample
[src]

impl ResponseResult for UrlCrawlErrorsSample
[src]