Class: Google::Apis::CloudidentityV1beta1::WipeDeviceUserRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::WipeDeviceUserRequest
- 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
Request message for starting an account wipe on device.
Instance Attribute Summary collapse
-
#customer ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WipeDeviceUserRequest
constructor
A new instance of WipeDeviceUserRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WipeDeviceUserRequest
Returns a new instance of WipeDeviceUserRequest.
2278 2279 2280 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2278 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer ⇒ String
Required. 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_id`, where customer_id is the customer to whom the
device belongs.
Corresponds to the JSON property
customer`
2276 2277 2278 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2276 def customer @customer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2283 2284 2285 |
# File 'generated/google/apis/cloudidentity_v1beta1/classes.rb', line 2283 def update!(**args) @customer = args[:customer] if args.key?(:customer) end |