Show / Hide Table of Contents

Class UrlInspectionResult

URL inspection result, including all inspection results.

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

Properties

AmpResult

Result of the AMP analysis. Absent if the page is not an AMP page.

Declaration
[JsonProperty("ampResult")]
public virtual AmpInspectionResult AmpResult { get; set; }
Property Value
Type Description
AmpInspectionResult

ETag

The ETag of the item.

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

IndexStatusResult

Result of the index status analysis.

Declaration
[JsonProperty("indexStatusResult")]
public virtual IndexStatusInspectionResult IndexStatusResult { get; set; }
Property Value
Type Description
IndexStatusInspectionResult

InspectionResultLink

Link to Search Console URL inspection.

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

MobileUsabilityResult

Result of the Mobile usability analysis.

Declaration
[JsonProperty("mobileUsabilityResult")]
public virtual MobileUsabilityInspectionResult MobileUsabilityResult { get; set; }
Property Value
Type Description
MobileUsabilityInspectionResult

RichResultsResult

Result of the Rich Results analysis. Absent if there are no rich results found.

Declaration
[JsonProperty("richResultsResult")]
public virtual RichResultsInspectionResult RichResultsResult { get; set; }
Property Value
Type Description
RichResultsInspectionResult

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX