Show / Hide Table of Contents

Class UrlTestingToolsResource

The "urlTestingTools" collection of methods.

Inheritance
System.Object
UrlTestingToolsResource
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 UrlTestingToolsResource

Constructors

UrlTestingToolsResource(IClientService)

Constructs a new resource.

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

Properties

MobileFriendlyTest

Gets the MobileFriendlyTest resource.

Declaration
public virtual UrlTestingToolsResource.MobileFriendlyTestResource MobileFriendlyTest { get; }
Property Value
Type Description
UrlTestingToolsResource.MobileFriendlyTestResource
Back to top