Class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse

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

Overview

Response message for wiping the user's account from the device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse

Returns a new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse.



1417
1418
1419
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 1417

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

Instance Attribute Details

#device_userGoogle::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1DeviceUser

Represents a user's use of a Device in the Cloud Identity Devices API. A DeviceUser is a resource representing a user's use of a Device Corresponds to the JSON property deviceUser



1415
1416
1417
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 1415

def device_user
  @device_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1422
1423
1424
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 1422

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