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.
14164 14165 14166 14167 14168 14169 |
# File 'lib/v20190423/models.rb', line 14164 def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil) @GatewayProductId = gatewayproductid @GatewayDeviceName = gatewaydevicename @ProductId = productid @DeviceNames = devicenames end |
Instance Attribute Details
#DeviceNames ⇒ Object
14162 14163 14164 |
# File 'lib/v20190423/models.rb', line 14162 def DeviceNames @DeviceNames end |
#GatewayDeviceName ⇒ Object
14162 14163 14164 |
# File 'lib/v20190423/models.rb', line 14162 def GatewayDeviceName @GatewayDeviceName end |
#GatewayProductId ⇒ Object
14162 14163 14164 |
# File 'lib/v20190423/models.rb', line 14162 def GatewayProductId @GatewayProductId end |
#ProductId ⇒ Object
14162 14163 14164 |
# File 'lib/v20190423/models.rb', line 14162 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
14171 14172 14173 14174 14175 14176 |
# File 'lib/v20190423/models.rb', line 14171 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @ProductId = params['ProductId'] @DeviceNames = params['DeviceNames'] end |