Class: Google::Apis::CloudidentityV1beta1::CancelWipeDeviceRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudidentityV1beta1::CancelWipeDeviceRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudidentity_v1beta1/classes.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb,
lib/google/apis/cloudidentity_v1beta1/representations.rb
Overview
Request message for cancelling an unfinished device wipe.
Instance Attribute Summary collapse
-
#customer ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelWipeDeviceRequest
constructor
A new instance of CancelWipeDeviceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancelWipeDeviceRequest
Returns a new instance of CancelWipeDeviceRequest.
410 411 412 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 410 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_id`, where customer_id is the customer to whom the
device belongs.
Corresponds to the JSON property
customer`
408 409 410 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 408 def customer @customer end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
415 416 417 |
# File 'lib/google/apis/cloudidentity_v1beta1/classes.rb', line 415 def update!(**args) @customer = args[:customer] if args.key?(:customer) end |