Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest

Returns a new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.



5059
5060
5061
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5059

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#destination_org_unitString

Required. Destination organizational unit where the third party chrome profile user will be moved to. Corresponds to the JSON property destinationOrgUnit

Returns:

  • (String)


5057
5058
5059
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5057

def destination_org_unit
  @destination_org_unit
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5064
5065
5066
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5064

def update!(**args)
  @destination_org_unit = args[:destination_org_unit] if args.key?(:destination_org_unit)
end