Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
- 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 wiping all data on the device.
Instance Attribute Summary collapse
-
#device ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1Device
A Device within the Cloud Identity Devices API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
constructor
A new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceResponse
Returns a new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceResponse.
1357 1358 1359 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1357 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device ⇒ Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1Device
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
1355 1356 1357 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1355 def device @device end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1362 1363 1364 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1362 def update!(**args) @device = args[:device] if args.key?(:device) end |