class Google::Apis::MybusinessverificationsV1::VerificationToken

Token generated by a vetted [partner](support.google.com/business/ answer/7674102).

Attributes

token_string[RW]

The token string. Corresponds to the JSON property `tokenString` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 596
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 601
def update!(**args)
  @token_string = args[:token_string] if args.key?(:token_string)
end