Class: Google::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse

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

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

#to_json

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

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse

Returns a new instance of GoogleAppsCloudidentityDevicesV1alpha1WipeDeviceUserResponse.



613
614
615
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 613

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

Instance Attribute Details

#device_userGoogle::Apis::CloudidentityV1beta1::GoogleAppsCloudidentityDevicesV1alpha1DeviceUser

Resource representing a user's use of a Device Corresponds to the JSON property deviceUser



611
612
613
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 611

def device_user
  @device_user
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



618
619
620
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 618

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