class TencentCloud::Iotexplorer::V20190423::DescribeCsReportCountDataInfoRequest
DescribeCsReportCountDataInfo请求参数结构体
def deserialize(params)
def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @ChannelId = params['ChannelId'] end
def initialize(productid=nil, devicename=nil, starttime=nil, endtime=nil, channelid=nil)
def initialize(productid=nil, devicename=nil, starttime=nil, endtime=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @StartTime = starttime @EndTime = endtime @ChannelId = channelid end