Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceResponse

Returns a new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceResponse.



1722
1723
1724
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1722

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#deviceGoogle::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



1720
1721
1722
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1720

def device
  @device
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1727
1728
1729
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1727

def update!(**args)
  @device = args[:device] if args.key?(:device)
end