Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudidentity_v1/classes.rb,
generated/google/apis/cloudidentity_v1/representations.rb,
generated/google/apis/cloudidentity_v1/representations.rb

Overview

Response message for wiping all data on the device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse

Returns a new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceResponse.



588
589
590
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 588

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

Instance Attribute Details

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



586
587
588
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 586

def device
  @device
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



593
594
595
# File 'generated/google/apis/cloudidentity_v1/classes.rb', line 593

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