class Google::Apis::MybusinessverificationsV1::CompleteVerificationResponse

Response message for Verifications.CompleteVerificationAction.

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 93
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 98
def update!(**args)
  @verification = args[:verification] if args.key?(:verification)
end