Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest

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

Request message for starting an account wipe on device.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest

Returns a new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest.



1241
1242
1243
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1241

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

Instance Attribute Details

#customerString

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/customer`, where customer is the customer to whom the device belongs. Corresponds to the JSON propertycustomer`

Returns:

  • (String)


1239
1240
1241
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1239

def customer
  @customer
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1246
1247
1248
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1246

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