class Google::Apis::MybusinessverificationsV1::CompleteVerificationRequest
Request message for Verifications.CompleteVerificationAction.
Attributes
pin[RW]
Required. PIN code received by the merchant to complete the verification. Corresponds to the JSON property `pin` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 74 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 79 def update!(**args) @pin = args[:pin] if args.key?(:pin) end