class TencentCloud::Iotexplorer::V20190423::DescribeDeviceDataHistoryRequest
DescribeDeviceDataHistory请求参数结构体
def deserialize(params)
def deserialize(params) @MinTime = params['MinTime'] @MaxTime = params['MaxTime'] @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @FieldName = params['FieldName'] @Limit = params['Limit'] @Context = params['Context'] end
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