Class Verify
Indicates that the location requires verification. Contains information about the current verification actions performed on the location.
Implements
Inherited Members
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? |