Class RunMobileFriendlyTestResponse
Mobile-friendly test response, including mobile-friendly issues and resource issues.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class RunMobileFriendlyTestResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MobileFriendliness
Test verdict, whether the page is mobile friendly or not.
Declaration
[JsonProperty("mobileFriendliness")]
public virtual string MobileFriendliness { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MobileFriendlyIssues
List of mobile-usability issues.
Declaration
[JsonProperty("mobileFriendlyIssues")]
public virtual IList<MobileFriendlyIssue> MobileFriendlyIssues { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<MobileFriendlyIssue> | 
ResourceIssues
Information about embedded resources issues.
Declaration
[JsonProperty("resourceIssues")]
public virtual IList<ResourceIssue> ResourceIssues { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<ResourceIssue> | 
Screenshot
Screenshot of the requested URL.
Declaration
[JsonProperty("screenshot")]
public virtual Image Screenshot { get; set; }Property Value
| Type | Description | 
|---|---|
| Image | 
TestStatus
Final state of the test, can be either complete or an error.
Declaration
[JsonProperty("testStatus")]
public virtual TestStatus TestStatus { get; set; }Property Value
| Type | Description | 
|---|---|
| TestStatus |