class Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse
Response message for cancelling an unfinished device wipe.
Attributes
device[RW]
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` @return [Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1Device]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 951 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 956 def update!(**args) @device = args[:device] if args.key?(:device) end