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.
5603 5604 5605 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5603 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
5601 5602 5603 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5601 def destination_org_unit @destination_org_unit end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5608 5609 5610 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5608 def update!(**args) @destination_org_unit = args[:destination_org_unit] if args.key?(:destination_org_unit) end |