class Google::Apis::CloudidentityV1beta1::WipeDeviceResponse
Response message for wiping all data on the device.
Attributes
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudidentity_v1beta1/classes.rb, line 2530 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 2535 def update!(**args) @device = args[:device] if args.key?(:device) end