Class LocationsResource.FetchVerificationOptionsRequest
Reports all eligible verification options for a location in a specific language.
Inheritance
LocationsResource.FetchVerificationOptionsRequest
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class LocationsResource.FetchVerificationOptionsRequest : MyBusinessVerificationsBaseServiceRequest<FetchVerificationOptionsResponse>, IClientServiceRequest<FetchVerificationOptionsResponse>, IClientServiceRequest
Constructors
FetchVerificationOptionsRequest(IClientService, FetchVerificationOptionsRequest, string)
Constructs a new FetchVerificationOptions request.
Declaration
public FetchVerificationOptionsRequest(IClientService service, FetchVerificationOptionsRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FetchVerificationOptionsRequest | body | |
string | location |
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.FetchVerificationOptionsResponse>.HttpMethod
Location
Required. The location to verify.
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
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.FetchVerificationOptionsResponse>.MethodName
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.FetchVerificationOptionsResponse>.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.FetchVerificationOptionsResponse>.GetBody()
InitParameters()
Initializes FetchVerificationOptions parameter list.
Declaration
protected override void InitParameters()