View Source GoogleApi.MyBusinessVerifications.V1.Model.FetchVerificationOptionsRequest (google_api_my_business_verifications v0.5.0)
Request message for Verifications.FetchVerificationOptions.
Attributes
-
context
(type:GoogleApi.MyBusinessVerifications.V1.Model.ServiceBusinessContext.t
, default:nil
) - 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. -
languageCode
(type:String.t
, default:nil
) - Required. The BCP 47 language code representing the language that is to be used for the verification process. Available options vary by language.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessVerifications.V1.Model.FetchVerificationOptionsRequest{ context: GoogleApi.MyBusinessVerifications.V1.Model.ServiceBusinessContext.t() | nil, languageCode: String.t() | nil }