Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse

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

Response for MoveThirdPartyProfileUser method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse

Returns a new instance of GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserResponse.



5079
5080
5081
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5079

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

Instance Attribute Details

#third_party_profile_userGoogle::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



5077
5078
5079
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5077

def third_party_profile_user
  @third_party_profile_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5084
5085
5086
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 5084

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