Show / Hide Table of Contents

Class WmxSitemap

Contains detailed information about a specific URL submitted as a sitemap.

Inheritance
object
WmxSitemap
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class WmxSitemap : IDirectResponseSchema

Properties

Contents

The various content types in the sitemap.

Declaration
[JsonProperty("contents")]
public virtual IList<WmxSitemapContent> Contents { get; set; }
Property Value
Type Description
IList<WmxSitemapContent>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Errors

Number of errors in the sitemap. These are issues with the sitemap itself that need to be fixed before it can be processed correctly.

Declaration
[JsonProperty("errors")]
public virtual long? Errors { get; set; }
Property Value
Type Description
long?

IsPending

If true, the sitemap has not been processed.

Declaration
[JsonProperty("isPending")]
public virtual bool? IsPending { get; set; }
Property Value
Type Description
bool?

IsSitemapsIndex

If true, the sitemap is a collection of sitemaps.

Declaration
[JsonProperty("isSitemapsIndex")]
public virtual bool? IsSitemapsIndex { get; set; }
Property Value
Type Description
bool?

LastDownloaded

object representation of LastDownloadedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastDownloadedDateTimeOffset instead.")]
public virtual object LastDownloaded { get; set; }
Property Value
Type Description
object

LastDownloadedDateTimeOffset

DateTimeOffset representation of LastDownloadedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastDownloadedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastDownloadedRaw

Date &amp; time in which this sitemap was last downloaded. Date format is in RFC 3339 format (yyyy-mm-dd).

Declaration
[JsonProperty("lastDownloaded")]
public virtual string LastDownloadedRaw { get; set; }
Property Value
Type Description
string

LastSubmitted

object representation of LastSubmittedRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSubmittedDateTimeOffset instead.")]
public virtual object LastSubmitted { get; set; }
Property Value
Type Description
object

LastSubmittedDateTimeOffset

DateTimeOffset representation of LastSubmittedRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSubmittedDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSubmittedRaw

Date &amp; time in which this sitemap was submitted. Date format is in RFC 3339 format (yyyy-mm-dd).

Declaration
[JsonProperty("lastSubmitted")]
public virtual string LastSubmittedRaw { get; set; }
Property Value
Type Description
string

Path

The url of the sitemap.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Type

The type of the sitemap. For example: rssFeed.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Warnings

Number of warnings for the sitemap. These are generally non-critical issues with URLs in the sitemaps.

Declaration
[JsonProperty("warnings")]
public virtual long? Warnings { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX