class Google::Apis::MybusinessaccountmanagementV1::TargetLocation

Represents a target location for a pending invitation.

Attributes

address[RW]

The address of the location to which the user is invited. Corresponds to the JSON property `address` @return [String]

location_name[RW]

The name of the location to which the user is invited. Corresponds to the JSON property `locationName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/mybusinessaccountmanagement_v1/classes.rb, line 522
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/mybusinessaccountmanagement_v1/classes.rb, line 527
def update!(**args)
  @address = args[:address] if args.key?(:address)
  @location_name = args[:location_name] if args.key?(:location_name)
end