Class: TencentCloud::Iotexplorer::V20190423::BindDevicesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BindDevicesResponse
- Defined in:
- lib/v20190423/models.rb
Overview
BindDevices返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BindDevicesResponse
constructor
A new instance of BindDevicesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BindDevicesResponse
Returns a new instance of BindDevicesResponse.
593 594 595 |
# File 'lib/v20190423/models.rb', line 593 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
591 592 593 |
# File 'lib/v20190423/models.rb', line 591 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
597 598 599 |
# File 'lib/v20190423/models.rb', line 597 def deserialize(params) @RequestId = params['RequestId'] end |