class TencentCloud::Iotexplorer::V20190423::CreateCloudStorageAIServiceTaskRequest

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @ServiceType = params['ServiceType']
  @StartTime = params['StartTime']
  @EndTime = params['EndTime']
  @ChannelId = params['ChannelId']
  @Config = params['Config']
  @ROI = params['ROI']
  @VideoURLs = params['VideoURLs']
  @CustomId = params['CustomId']
end