Class MobileUsabilityInspectionResult
Mobile-usability inspection results.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class MobileUsabilityInspectionResult : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Issues
A list of zero or more mobile-usability issues detected for this URL.
Declaration
[JsonProperty("issues")]
public virtual IList<MobileUsabilityIssue> Issues { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<MobileUsabilityIssue> | 
Verdict
High-level mobile-usability inspection result for this URL.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }Property Value
| Type | Description | 
|---|---|
| string |