class Google::Apis::MybusinessverificationsV1::GenerateVerificationTokenRequest

Request message for Verifications.GenerateVerificationToken.

Attributes

location[RW]

A subset of location info. See the [help center article] (support. google.com/business/answer/3038177) for a detailed description of these fields, or the [category endpoint](/my-business/reference/rest/v4/categories) for a list of valid business categories. Corresponds to the JSON property `location` @return [Google::Apis::MybusinessverificationsV1::Location]

Public Class Methods

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