class Google::Apis::MybusinessaccountmanagementV1::TransferLocationRequest
Request message for AccessControl.TransferLocation.
Attributes
destination_account[RW]
Required. Name of the account resource to transfer the location to (for example, “accounts/`account`”). Corresponds to the JSON property `destinationAccount` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessaccountmanagement_v1/classes.rb, line 543 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 548 def update!(**args) @destination_account = args[:destination_account] if args.key?(:destination_account) end