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.



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

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

Instance Attribute Details

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

The available verification options. Corresponds to the JSON property options



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

def options
  @options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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