Class AmpIssue
AMP issue.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class AmpIssue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IssueMessage
Brief description of this issue.
Declaration
[JsonProperty("issueMessage")]
public virtual string IssueMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Severity of this issue: WARNING or ERROR.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |