class Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceResponse

Response message for wiping all data on the device.

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::CloudidentityV1::GoogleAppsCloudidentityDevicesV1Device]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudidentity_v1/classes.rb, line 1202
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_v1/classes.rb, line 1207
def update!(**args)
  @device = args[:device] if args.key?(:device)
end