Class RichResultsInspectionResult
Rich-Results inspection result, including any rich results found at this URL.
Implements
Inherited Members
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 |