Show / Hide Table of Contents

Class InspectUrlIndexRequest

Index inspection request.

Inheritance
object
InspectUrlIndexRequest
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 InspectUrlIndexRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

InspectionUrl

Required. URL to inspect. Must be under the property specified in "site_url".

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

LanguageCode

Optional. An IETF BCP-47 language code representing the requested language for translated issue messages, e.g. "en-US", "or "de-CH". Default value is "en-US".

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

SiteUrl

Required. The URL of the property as defined in Search Console. Examples: http://www.example.com/ for a URL-prefix property, or sc-domain:example.com for a Domain property.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX