Show / Hide Table of Contents

Class VerificationOption

The verification option represents how to verify the location (indicated by verification method) and where the verification will be sent to (indicated by display data).

Inheritance
object
VerificationOption
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 VerificationOption : IDirectResponseSchema

Properties

AddressData

Set only if the method is MAIL.

Declaration
[JsonProperty("addressData")]
public virtual AddressVerificationData AddressData { get; set; }
Property Value
Type Description
AddressVerificationData

Announcement

Set only if the method is VETTED_PARTNER.

Declaration
[JsonProperty("announcement")]
public virtual string Announcement { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

EmailData

Set only if the method is EMAIL.

Declaration
[JsonProperty("emailData")]
public virtual EmailVerificationData EmailData { get; set; }
Property Value
Type Description
EmailVerificationData

PhoneNumber

Set only if the method is PHONE_CALL or SMS. Phone number that the PIN will be sent to.

Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type Description
string

VerificationMethod

Method to verify the location.

Declaration
[JsonProperty("verificationMethod")]
public virtual string VerificationMethod { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX