Class: Google::Apis::MybusinessaccountmanagementV1::TransferLocationRequest
- Inherits:
-
Object
- Object
- Google::Apis::MybusinessaccountmanagementV1::TransferLocationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/mybusinessaccountmanagement_v1/classes.rb,
lib/google/apis/mybusinessaccountmanagement_v1/representations.rb,
lib/google/apis/mybusinessaccountmanagement_v1/representations.rb
Overview
Request message for AccessControl.TransferLocation.
Instance Attribute Summary collapse
-
#destination_account ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransferLocationRequest
constructor
A new instance of TransferLocationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransferLocationRequest
Returns a new instance of TransferLocationRequest.
553 554 555 |
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 553 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_account ⇒ String
Required. Name of the account resource to transfer the location to (for
example, "accounts/account").
Corresponds to the JSON property destinationAccount
551 552 553 |
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 551 def destination_account @destination_account end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
558 559 560 |
# File 'lib/google/apis/mybusinessaccountmanagement_v1/classes.rb', line 558 def update!(**args) @destination_account = args[:destination_account] if args.key?(:destination_account) end |