Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb
Overview
Request to MoveThirdPartyProfileUser method.
Instance Attribute Summary collapse
-
#destination_org_unit ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest
constructor
A new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest
Returns a new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.
5408 5409 5410 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5408 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_org_unit ⇒ String
Required. Destination organizational unit where the third party chrome profile
user will be moved to.
Corresponds to the JSON property destinationOrgUnit
5406 5407 5408 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5406 def destination_org_unit @destination_org_unit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5413 5414 5415 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5413 def update!(**args) @destination_org_unit = args[:destination_org_unit] if args.key?(:destination_org_unit) end |