Class: TencentCloud::Iotexplorer::V20190423::CallDeviceActionAsyncResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CallDeviceActionAsyncResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CallDeviceActionAsync返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clienttoken = nil, status = nil, requestid = nil) ⇒ CallDeviceActionAsyncResponse
constructor
A new instance of CallDeviceActionAsyncResponse.
Constructor Details
#initialize(clienttoken = nil, status = nil, requestid = nil) ⇒ CallDeviceActionAsyncResponse
Returns a new instance of CallDeviceActionAsyncResponse.
761 762 763 764 765 |
# File 'lib/v20190423/models.rb', line 761 def initialize(clienttoken=nil, status=nil, requestid=nil) @ClientToken = clienttoken @Status = status @RequestId = requestid end |
Instance Attribute Details
#ClientToken ⇒ Object
759 760 761 |
# File 'lib/v20190423/models.rb', line 759 def ClientToken @ClientToken end |
#RequestId ⇒ Object
759 760 761 |
# File 'lib/v20190423/models.rb', line 759 def RequestId @RequestId end |
#Status ⇒ Object
759 760 761 |
# File 'lib/v20190423/models.rb', line 759 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
767 768 769 770 771 |
# File 'lib/v20190423/models.rb', line 767 def deserialize(params) @ClientToken = params['ClientToken'] @Status = params['Status'] @RequestId = params['RequestId'] end |