Class: Google::Apis::TestingV1::CancelDeviceSessionRequest
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::CancelDeviceSessionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/testing_v1/classes.rb,
lib/google/apis/testing_v1/representations.rb,
lib/google/apis/testing_v1/representations.rb
Overview
The request object for cancelling a Device Session.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelDeviceSessionRequest
constructor
A new instance of CancelDeviceSessionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancelDeviceSessionRequest
Returns a new instance of CancelDeviceSessionRequest.
779 780 781 |
# File 'lib/google/apis/testing_v1/classes.rb', line 779 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
784 785 |
# File 'lib/google/apis/testing_v1/classes.rb', line 784 def update!(**args) end |