Class: TencentCloud::Iotexplorer::V20190423::DescribeDeviceBindGatewayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeDeviceBindGatewayResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeDeviceBindGateway返回参数结构体
Instance Attribute Summary collapse
- #GatewayDeviceName ⇒ Object
- #GatewayName ⇒ Object
- #GatewayProductId ⇒ Object
- #GatewayProductOwnerName ⇒ Object
- #GatewayProductOwnerUin ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayproductid = nil, gatewaydevicename = nil, gatewayname = nil, gatewayproductownername = nil, gatewayproductowneruin = nil, requestid = nil) ⇒ DescribeDeviceBindGatewayResponse
constructor
A new instance of DescribeDeviceBindGatewayResponse.
Constructor Details
#initialize(gatewayproductid = nil, gatewaydevicename = nil, gatewayname = nil, gatewayproductownername = nil, gatewayproductowneruin = nil, requestid = nil) ⇒ DescribeDeviceBindGatewayResponse
Returns a new instance of DescribeDeviceBindGatewayResponse.
5104 5105 5106 5107 5108 5109 5110 5111 |
# File 'lib/v20190423/models.rb', line 5104 def initialize(gatewayproductid=nil, gatewaydevicename=nil, gatewayname=nil, gatewayproductownername=nil, gatewayproductowneruin=nil, requestid=nil) @GatewayProductId = gatewayproductid @GatewayDeviceName = gatewaydevicename @GatewayName = gatewayname @GatewayProductOwnerName = gatewayproductownername @GatewayProductOwnerUin = gatewayproductowneruin @RequestId = requestid end |
Instance Attribute Details
#GatewayDeviceName ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def GatewayDeviceName @GatewayDeviceName end |
#GatewayName ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def GatewayName @GatewayName end |
#GatewayProductId ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def GatewayProductId @GatewayProductId end |
#GatewayProductOwnerName ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def GatewayProductOwnerName @GatewayProductOwnerName end |
#GatewayProductOwnerUin ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def GatewayProductOwnerUin @GatewayProductOwnerUin end |
#RequestId ⇒ Object
5102 5103 5104 |
# File 'lib/v20190423/models.rb', line 5102 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5113 5114 5115 5116 5117 5118 5119 5120 |
# File 'lib/v20190423/models.rb', line 5113 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @GatewayName = params['GatewayName'] @GatewayProductOwnerName = params['GatewayProductOwnerName'] @GatewayProductOwnerUin = params['GatewayProductOwnerUin'] @RequestId = params['RequestId'] end |