class TencentCloud::Iotexplorer::V20190423::ListEventHistoryRequest

ListEventHistory请求参数结构体

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @Type = params['Type']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @Context = params['Context']
  @Size = params['Size']
  @EventId = params['EventId']
end

def initialize(productid=nil, devicename=nil, type=nil, starttime=nil, endtime=nil, context=nil, size=nil, eventid=nil)

def initialize(productid=nil, devicename=nil, type=nil, starttime=nil, endtime=nil, context=nil, size=nil, eventid=nil)
  @ProductId = productid
  @DeviceName = devicename
  @Type = type
  @StartTime = starttime
  @EndTime = endtime
  @Context = context
  @Size = size
  @EventId = eventid
end