class Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest

Request message for starting an account wipe on device.

Attributes

customer[RW]

Optional. [Resource name](cloud.google.com/apis/design/resource_names) 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 property `customer` @return [String]

Public Class Methods

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