class Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse

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

Attributes

device_user[RW]

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` @return [Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1DeviceUser]

Public Class Methods

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