Class: Google::Apis::CloudidentityV1beta1::WipeDeviceResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::WipeDeviceResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb
Overview
Response message for wiping all data on the device.
Instance Attribute Summary collapse
-
#device ⇒ Google::Apis::CloudidentityV1beta1::Device
A Device within the Cloud Identity Devices API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WipeDeviceResponse
constructor
A new instance of WipeDeviceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WipeDeviceResponse
Returns a new instance of WipeDeviceResponse.
3405 3406 3407 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3405 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device ⇒ Google::Apis::CloudidentityV1beta1::Device
A Device within the Cloud Identity Devices API. Represents a Device known to
Google Cloud, independent of the device ownership, type, and whether it is
assigned or in use by a user.
Corresponds to the JSON property device
3403 3404 3405 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3403 def device @device end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3410 3411 3412 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 3410 def update!(**args) @device = args[:device] if args.key?(:device) end |