Struct google_webmasters3::WmxSitemapContent [] [src]

pub struct WmxSitemapContent {
    pub indexed: Option<String>,
    pub type_: Option<String>,
    pub submitted: Option<String>,
}

Information about the various content types in the sitemap.

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

Fields

The number of URLs from the sitemap that were indexed (of the content type).

The specific type of content in this sitemap. For example: web.

The number of URLs in the sitemap (of the content type).

Trait Implementations

impl Debug for WmxSitemapContent
[src]

Formats the value using the given formatter.

impl Clone for WmxSitemapContent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WmxSitemapContent
[src]

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

impl Part for WmxSitemapContent
[src]