Show / Hide Table of Contents

Class RichResultsInspectionResult

Rich-Results inspection result, including any rich results found at this URL.

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

Properties

DetectedItems

A list of zero or more rich results detected on this page. Rich results that cannot even be parsed due to syntactic issues will not be listed here.

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

ETag

The ETag of the item.

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

Verdict

High-level rich results inspection result for this URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX