Show / Hide Table of Contents

Class Verify

Indicates that the location requires verification. Contains information about the current verification actions performed on the location.

Inheritance
object
Verify
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class Verify : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HasPendingVerification

Indicates whether a verification process has already started, and can be completed by the location.

Declaration
[JsonProperty("hasPendingVerification")]
public virtual bool? HasPendingVerification { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX