Class: Google::Apis::MybusinessverificationsV1::FetchVerificationOptionsResponse
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessverificationsV1::FetchVerificationOptionsResponse
- 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
-
#options ⇒ Array<Google::Apis::MybusinessverificationsV1::VerificationOption>
The available verification options.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchVerificationOptionsResponse
constructor
A new instance of FetchVerificationOptionsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#options ⇒ Array<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 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 |