Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse
- Defined in:
- generated/google/apis/cloudidentity_v1/classes.rb,
generated/google/apis/cloudidentity_v1/representations.rb,
generated/google/apis/cloudidentity_v1/representations.rb
Overview
Response message for wiping the user's account from the device.
Instance Attribute Summary collapse
-
#device_user ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1alpha1DeviceUser
Resource representing a user's use of a Device Corresponds to the JSON property
deviceUser
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse
constructor
A new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse
Returns a new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse.
607 608 609 |
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_user ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1alpha1DeviceUser
Resource representing a user's use of a Device
Corresponds to the JSON property deviceUser
605 606 607 |
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 605 def device_user @device_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
612 613 614 |
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 612 def update!(**args) @device_user = args[:device_user] if args.key?(:device_user) end |