class TencentCloud::Iotexplorer::V20190423::DescribeDeviceBindGatewayResponse
DescribeDeviceBindGateway返回参数结构体
def deserialize(params)
def deserialize(params) @GatewayProductId = params['GatewayProductId'] @GatewayDeviceName = params['GatewayDeviceName'] @GatewayName = params['GatewayName'] @GatewayProductOwnerName = params['GatewayProductOwnerName'] @GatewayProductOwnerUin = params['GatewayProductOwnerUin'] @RequestId = params['RequestId'] end
def initialize(gatewayproductid=nil, gatewaydevicename=nil, gatewayname=nil, gatewayproductownername=nil, gatewayproductowneruin=nil, requestid=nil)
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