class TencentCloud::Iotexplorer::V20190423::GetDeviceListRequest

def initialize(productid=nil, offset=nil, limit=nil, firmwareversion=nil, devicename=nil, projectid=nil)

def initialize(productid=nil, offset=nil, limit=nil, firmwareversion=nil, devicename=nil, projectid=nil)
  @ProductId = productid
  @Offset = offset
  @Limit = limit
  @FirmwareVersion = firmwareversion
  @DeviceName = devicename
  @ProjectId = projectid
end