class TencentCloud::Iotexplorer::V20190423::DescribeDeviceDataHistoryRequest

def initialize(mintime=nil, maxtime=nil, productid=nil, devicename=nil, fieldname=nil, limit=nil, context=nil)

def initialize(mintime=nil, maxtime=nil, productid=nil, devicename=nil, fieldname=nil, limit=nil, context=nil)
  @MinTime = mintime
  @MaxTime = maxtime
  @ProductId = productid
  @DeviceName = devicename
  @FieldName = fieldname
  @Limit = limit
  @Context = context
end