Class RichResultsIssue
Severity and status of a single issue affecting a single rich result instance on a page.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class RichResultsIssue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueMessage
Rich Results issue type.
Declaration
[JsonProperty("issueMessage")]
public virtual string IssueMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Severity of this issue: WARNING, or ERROR. Items with an issue of status ERROR cannot appear with rich result features in Google Search results.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |