Class: Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1::GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
- 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 wiping all data on the device.
Instance Attribute Summary collapse
-
#customer ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
constructor
A new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAppsCloudidentityDevicesV1WipeDeviceRequest
Returns a new instance of GoogleAppsCloudidentityDevicesV1WipeDeviceRequest.
1184 1185 1186 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1184 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer ⇒ String
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 property
customer`
1182 1183 1184 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1182 def customer @customer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1189 1190 1191 |
# File 'lib/google/apis/cloudidentity_v1/classes.rb', line 1189 def update!(**args) @customer = args[:customer] if args.key?(:customer) end |