Class FetchVerificationOptionsRequest
Request message for Verifications.FetchVerificationOptions.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class FetchVerificationOptionsRequest : IDirectResponseSchema
Properties
Context
Optional. Extra context information for the verification of service businesses. Can only be applied to the locations whose business type is CUSTOMER_LOCATION_ONLY. Specifying an accurate address could enable more options. INVALID_ARGUMENT will be thrown if it is set for other business types of locations.
Declaration
[JsonProperty("context")]
public virtual ServiceBusinessContext Context { get; set; }
Property Value
Type | Description |
---|---|
ServiceBusinessContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
Required. The BCP 47 language code representing the language that is to be used for the verification process. Available options vary by language.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |