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.



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

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

Instance Attribute Details

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

The available verification options. Corresponds to the JSON property options



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

def options
  @options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



196
197
198
# File 'lib/google/apis/mybusinessverifications_v1/classes.rb', line 196

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