Class GenerateInstantVerificationTokenRequest
Request message for Verifications.GenerateInstantVerificationToken.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class GenerateInstantVerificationTokenRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationData
Immutable. The address and other details of the location to generate an instant verification token for.
Declaration
[JsonProperty("locationData")]
public virtual LocationData LocationData { get; set; }
Property Value
| Type | Description |
|---|---|
| LocationData |
LocationId
The location identifier associated with an unverified listing. This is the location id generated at the time that the listing was originally created. It is the final portion of a location resource name as generated by the Google My Business API. Note: the caller must be an owner or manager of this listing in order to generate a verification token. See the location resource documentation for more information.
Declaration
[JsonProperty("locationId")]
public virtual string LocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |