class Google::Apis::MybusinessverificationsV1::FetchVerificationOptionsResponse
Response message for Verifications.FetchVerificationOptions.
Attributes
options[RW]
The available verification options. Corresponds to the JSON property `options` @return [Array<Google::Apis::MybusinessverificationsV1::VerificationOption>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 185 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 190 def update!(**args) @options = args[:options] if args.key?(:options) end