class Google::Apis::MybusinessverificationsV1::FetchVerificationOptionsRequest

Request message for Verifications.FetchVerificationOptions.

Attributes

context[RW]

Additional data for service business verification. Corresponds to the JSON property `context` @return [Google::Apis::MybusinessverificationsV1::ServiceBusinessContext]

language_code[RW]

Required. The BCP 47 language code representing the language that is to be used for the verification process. Available options vary by language. Corresponds to the JSON property `languageCode` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 165
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 170
def update!(**args)
  @context = args[:context] if args.key?(:context)
  @language_code = args[:language_code] if args.key?(:language_code)
end