Class: TencentCloud::Iotexplorer::V20190423::UnbindDevicesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::UnbindDevicesRequest
- Defined in:
- lib/v20190423/models.rb
Overview
UnbindDevices请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayproductid = nil, gatewaydevicename = nil, productid = nil, devicenames = nil) ⇒ UnbindDevicesRequest
constructor
A new instance of UnbindDevicesRequest.
Constructor Details
#initialize(gatewayproductid = nil, gatewaydevicename = nil, productid = nil, devicenames = nil) ⇒ UnbindDevicesRequest
Returns a new instance of UnbindDevicesRequest.
14134 14135 14136 14137 14138 14139 |
# File 'lib/v20190423/models.rb', line 14134 def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil) @GatewayProductId = gatewayproductid @GatewayDeviceName = gatewaydevicename @ProductId = productid @DeviceNames = devicenames end |
Instance Attribute Details
#DeviceNames ⇒ Object
14132 14133 14134 |
# File 'lib/v20190423/models.rb', line 14132 def DeviceNames @DeviceNames end |
#GatewayDeviceName ⇒ Object
14132 14133 14134 |
# File 'lib/v20190423/models.rb', line 14132 def GatewayDeviceName @GatewayDeviceName end |
#GatewayProductId ⇒ Object
14132 14133 14134 |
# File 'lib/v20190423/models.rb', line 14132 def GatewayProductId @GatewayProductId end |
#ProductId ⇒ Object
14132 14133 14134 |
# File 'lib/v20190423/models.rb', line 14132 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
14141 14142 14143 14144 14145 14146 |
# File 'lib/v20190423/models.rb', line 14141 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @ProductId = params['ProductId'] @DeviceNames = params['DeviceNames'] end |