Class: Google::Apis::CloudidentityV1beta1::WipeDeviceUserResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::WipeDeviceUserResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudidentity_v1beta1/classes.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb,
generated/google/apis/cloudidentity_v1beta1/representations.rb
Overview
Response message for wiping the user's account from the device.
Instance Attribute Summary collapse
-
#device_user ⇒ Google::Apis::CloudidentityV1beta1::DeviceUser
Represents a user's use of a Device in the Cloud Identity Devices API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WipeDeviceUserResponse
constructor
A new instance of WipeDeviceUserResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WipeDeviceUserResponse
Returns a new instance of WipeDeviceUserResponse.
2298 2299 2300 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_user ⇒ Google::Apis::CloudidentityV1beta1::DeviceUser
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
2296 2297 2298 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2296 def device_user @device_user end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2303 2304 2305 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2303 def update!(**args) @device_user = args[:device_user] if args.key?(:device_user) end |