Show / Hide Table of Contents

Class WmxSitemapContent

Information about the various content types in the sitemap.

Inheritance
object
WmxSitemapContent
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX