class Google::Apis::MybusinessverificationsV1::GenerateVerificationTokenResponse
Response message for Verifications.GenerateVerificationToken.
Attributes
token[RW]
Token generated by a vetted [partner](support.google.com/business/ answer/7674102). Corresponds to the JSON property `token` @return [Google::Apis::MybusinessverificationsV1::VerificationToken]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 227 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 232 def update!(**args) @token = args[:token] if args.key?(:token) end