Show / Hide Table of Contents

Class RunMobileFriendlyTestResponse

Mobile-friendly test response, including mobile-friendly issues and resource issues.

Inheritance
object
RunMobileFriendlyTestResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class RunMobileFriendlyTestResponse : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX