Struct google_webmasters3::UrlSampleDetails[][src]

pub struct UrlSampleDetails {
    pub containing_sitemaps: Option<Vec<String>>,
    pub linked_from_urls: Option<Vec<String>>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

List of sitemaps pointing at this URL.

A sample set of URLs linking to this URL.

Trait Implementations

impl Default for UrlSampleDetails
[src]

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

impl Clone for UrlSampleDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UrlSampleDetails
[src]

Formats the value using the given formatter. Read more

impl Part for UrlSampleDetails
[src]

Auto Trait Implementations