Class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse
- 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 all data on the device.
Instance Attribute Summary collapse
-
#device ⇒ Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1Device
Represents a Device known to Google Cloud, independent of the device ownership, type, and whether it is assigned or in use by a user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse
constructor
A new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse.
-
#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) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse
Returns a new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse.
594 595 596 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device ⇒ Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1Device
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
592 593 594 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 592 def device @device end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
599 600 601 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 599 def update!(**args) @device = args[:device] if args.key?(:device) end |