Show / Hide Table of Contents

Class LocationsResource.VerificationsResource

The "verifications" collection of methods.

Inheritance
object
LocationsResource.VerificationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessVerifications.v1
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class LocationsResource.VerificationsResource

Constructors

VerificationsResource(IClientService)

Constructs a new resource.

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

Methods

Complete(CompleteVerificationRequest, string)

Completes a PENDING verification. It is only necessary for non AUTO verification methods. AUTO verification request is instantly VERIFIED upon creation.

Declaration
public virtual LocationsResource.VerificationsResource.CompleteRequest Complete(CompleteVerificationRequest body, string name)
Parameters
Type Name Description
CompleteVerificationRequest body

The body of the request.

string name

Required. Resource name of the verification to complete.

Returns
Type Description
LocationsResource.VerificationsResource.CompleteRequest

List(string)

List verifications of a location, ordered by create time.

Declaration
public virtual LocationsResource.VerificationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Resource name of the location that verification requests belong to.

Returns
Type Description
LocationsResource.VerificationsResource.ListRequest
In this article
Back to top Generated by DocFX