Class: Google::Apis::MybusinessverificationsV1::FetchVerificationOptionsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/mybusinessverifications_v1/classes.rb,
lib/google/apis/mybusinessverifications_v1/representations.rb,
lib/google/apis/mybusinessverifications_v1/representations.rb

Overview

Response message for Verifications.FetchVerificationOptions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FetchVerificationOptionsResponse

Returns a new instance of FetchVerificationOptionsResponse.



185
186
187
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 185

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#optionsArray<Google::Apis::MybusinessverificationsV1::VerificationOption>

The available verification options. Corresponds to the JSON property options



183
184
185
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 183

def options
  @options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



190
191
192
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 190

def update!(**args)
  @options = args[:options] if args.key?(:options)
end