Show / Hide Table of Contents

Class FetchVerificationOptionsRequest

Request message for Verifications.FetchVerificationOptions.

Inheritance
object
FetchVerificationOptionsRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX