class Google::Apis::MybusinessverificationsV1::VerifyLocationResponse
Response message for Verifications.VerifyLocation.
Attributes
verification[RW]
A verification represents a verification attempt on a location. Corresponds to the JSON property `verification` @return [Google::Apis::MybusinessverificationsV1::Verification]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 701 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 706 def update!(**args) @verification = args[:verification] if args.key?(:verification) end