Class UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest
Runs Mobile-Friendly Test for a given URL.
Inheritance
System.Object
UrlTestingToolsResource.MobileFriendlyTestResource.RunRequest
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 RunRequest : SearchConsoleBaseServiceRequest<RunMobileFriendlyTestResponse>, IClientServiceRequest<RunMobileFriendlyTestResponse>, IClientServiceRequest
Constructors
RunRequest(IClientService, RunMobileFriendlyTestRequest)
Constructs a new Run request.
Declaration
public RunRequest(IClientService service, RunMobileFriendlyTestRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RunMobileFriendlyTestRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.GetBody()
InitParameters()
Initializes Run parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.SearchConsole.v1.SearchConsoleBaseServiceRequest<Google.Apis.SearchConsole.v1.Data.RunMobileFriendlyTestResponse>.InitParameters()