Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1/classes.rb,
lib/google/apis/cloudidentity_v1/representations.rb,
lib/google/apis/cloudidentity_v1/representations.rb
Overview
Response message for cancelling an unfinished user account wipe.
Instance Attribute Summary collapse
-
#device_user ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1DeviceUser
Represents a user's use of a Device in the Cloud Identity Devices API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
constructor
A new instance of GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse
Returns a new instance of GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse.
675 676 677 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 675 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_user ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1DeviceUser
Represents a user's use of a Device in the Cloud Identity Devices API. A
DeviceUser is a resource representing a user's use of a Device
Corresponds to the JSON property deviceUser
673 674 675 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 673 def device_user @device_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
680 681 682 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 680 def update!(**args) @device_user = args[:device_user] if args.key?(:device_user) end |