Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse
- 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
Response for MoveThirdPartyProfileUser method.
Instance Attribute Summary collapse
-
#third_party_profile_user ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ThirdPartyProfileUser
A representation of non-Google (third party) user that is associated with a managed Chrome profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse
constructor
A new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse
Returns a new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.
5428 5429 5430 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5428 def initialize(**args) update!(**args) end |
Instance Attribute Details
#third_party_profile_user ⇒ Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1ThirdPartyProfileUser
A representation of non-Google (third party) user that is associated with a
managed Chrome profile.
Corresponds to the JSON property thirdPartyProfileUser
5426 5427 5428 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5426 def third_party_profile_user @third_party_profile_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5433 5434 5435 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5433 def update!(**args) @third_party_profile_user = args[:third_party_profile_user] if args.key?(:third_party_profile_user) end |