Show / Hide Table of Contents

Class UrlTestingToolsResource.MobileFriendlyTestResource

The "mobileFriendlyTest" collection of methods.

Inheritance
System.Object
UrlTestingToolsResource.MobileFriendlyTestResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SearchConsole.v1
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class MobileFriendlyTestResource

Constructors

MobileFriendlyTestResource(IClientService)

Constructs a new resource.

Declaration
public MobileFriendlyTestResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Run(RunMobileFriendlyTestRequest)

Runs Mobile-Friendly Test for a given URL.

Declaration
public virtual UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest Run(RunMobileFriendlyTestRequest body)
Parameters
Type Name Description
RunMobileFriendlyTestRequest body

The body of the request.

Returns
Type Description
UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest
Back to top