Class GenerateInstantVerificationTokenResponse
Response message for Verifications.GenerateInstantVerificationToken.
Implements
Inherited Members
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 |