Show / Hide Table of Contents

Class GenerateInstantVerificationTokenResponse

Response message for Verifications.GenerateInstantVerificationToken.

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

Properties

ETag

The ETag of the item.

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

InstantVerificationToken

The generated instant verification token.

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

Result

Output only. The result of the instant verification token generation.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX