Class LocationsResource.VerifyRequest
Starts the verification process for a location.
Inheritance
LocationsResource.VerifyRequest
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class LocationsResource.VerifyRequest : MyBusinessVerificationsBaseServiceRequest<VerifyLocationResponse>, IClientServiceRequest<VerifyLocationResponse>, IClientServiceRequest
Constructors
VerifyRequest(IClientService, VerifyLocationRequest, string)
Constructs a new Verify request.
Declaration
public VerifyRequest(IClientService service, VerifyLocationRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
VerifyLocationRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessVerifications.v1.Data.VerifyLocationResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessVerifications.v1.Data.VerifyLocationResponse>.MethodName
Name
Required. Resource name of the location to verify.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessVerifications.v1.Data.VerifyLocationResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.MyBusinessVerifications.v1.Data.VerifyLocationResponse>.GetBody()
InitParameters()
Initializes Verify parameter list.
Declaration
protected override void InitParameters()