Class SitemapsListResponse
List of sitemaps.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class SitemapsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Sitemap
Contains detailed information about a specific URL submitted as a sitemap.
Declaration
[JsonProperty("sitemap")]
public virtual IList<WmxSitemap> Sitemap { get; set; }
Property Value
Type | Description |
---|---|
IList<WmxSitemap> |