Class: TencentCloud::Iotexplorer::V20190423::BindDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BindDevicesRequest
- Defined in:
- lib/v20190423/models.rb
Overview
BindDevices请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayproductid = nil, gatewaydevicename = nil, productid = nil, devicenames = nil) ⇒ BindDevicesRequest
constructor
A new instance of BindDevicesRequest.
Constructor Details
#initialize(gatewayproductid = nil, gatewaydevicename = nil, productid = nil, devicenames = nil) ⇒ BindDevicesRequest
Returns a new instance of BindDevicesRequest.
571 572 573 574 575 576 |
# File 'lib/v20190423/models.rb', line 571 def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil) @GatewayProductId = gatewayproductid @GatewayDeviceName = gatewaydevicename @ProductId = productid @DeviceNames = devicenames end |
Instance Attribute Details
#DeviceNames ⇒ Object
569 570 571 |
# File 'lib/v20190423/models.rb', line 569 def DeviceNames @DeviceNames end |
#GatewayDeviceName ⇒ Object
569 570 571 |
# File 'lib/v20190423/models.rb', line 569 def GatewayDeviceName @GatewayDeviceName end |
#GatewayProductId ⇒ Object
569 570 571 |
# File 'lib/v20190423/models.rb', line 569 def GatewayProductId @GatewayProductId end |
#ProductId ⇒ Object
569 570 571 |
# File 'lib/v20190423/models.rb', line 569 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
578 579 580 581 582 583 |
# File 'lib/v20190423/models.rb', line 578 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @ProductId = params['ProductId'] @DeviceNames = params['DeviceNames'] end |