Class: TencentCloud::Iotexplorer::V20190423::BindDeviceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BindDeviceInfo
- Defined in:
- lib/v20190423/models.rb
Overview
BindDeviceInfo
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil) ⇒ BindDeviceInfo
constructor
A new instance of BindDeviceInfo.
Constructor Details
#initialize(productid = nil, devicename = nil) ⇒ BindDeviceInfo
Returns a new instance of BindDeviceInfo.
547 548 549 550 |
# File 'lib/v20190423/models.rb', line 547 def initialize(productid=nil, devicename=nil) @ProductId = productid @DeviceName = devicename end |
Instance Attribute Details
#DeviceName ⇒ Object
545 546 547 |
# File 'lib/v20190423/models.rb', line 545 def DeviceName @DeviceName end |
#ProductId ⇒ Object
545 546 547 |
# File 'lib/v20190423/models.rb', line 545 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
552 553 554 555 |
# File 'lib/v20190423/models.rb', line 552 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] end |