class TencentCloud::Iotexplorer::V20190423::CreateLoRaGatewayResponse

CreateLoRaGateway返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['Gateway'].nil?
    @Gateway = LoRaGatewayItem.new
    @Gateway.deserialize(params['Gateway'])
  end
  @RequestId = params['RequestId']
end

def initialize(gateway=nil, requestid=nil)

def initialize(gateway=nil, requestid=nil)
  @Gateway = gateway
  @RequestId = requestid
end