Class WmxSitemapContent
Information about the various content types in the sitemap.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class WmxSitemapContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Indexed
Deprecated; do not use.
Declaration
[JsonProperty("indexed")]
public virtual long? Indexed { get; set; }
Property Value
Type | Description |
---|---|
long? |
Submitted
The number of URLs in the sitemap (of the content type).
Declaration
[JsonProperty("submitted")]
public virtual long? Submitted { get; set; }
Property Value
Type | Description |
---|---|
long? |
Type
The specific type of content in this sitemap. For example: web
.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |