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.
5116 5117 5118 5119 5120 5121 5122 5123 |
# File 'lib/v20190423/models.rb', line 5116 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
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def GatewayDeviceName @GatewayDeviceName end |
#GatewayName ⇒ Object
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def GatewayName @GatewayName end |
#GatewayProductId ⇒ Object
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def GatewayProductId @GatewayProductId end |
#GatewayProductOwnerName ⇒ Object
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def GatewayProductOwnerName @GatewayProductOwnerName end |
#GatewayProductOwnerUin ⇒ Object
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def GatewayProductOwnerUin @GatewayProductOwnerUin end |
#RequestId ⇒ Object
5114 5115 5116 |
# File 'lib/v20190423/models.rb', line 5114 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5125 5126 5127 5128 5129 5130 5131 5132 |
# File 'lib/v20190423/models.rb', line 5125 def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @GatewayName = params['GatewayName'] @GatewayProductOwnerName = params['GatewayProductOwnerName'] @GatewayProductOwnerUin = params['GatewayProductOwnerUin'] @RequestId = params['RequestId'] end |