class TencentCloud::Iotexplorer::V20190423::ModifyCloudStorageAIServiceRequest
def deserialize(params)
def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ServiceType = params['ServiceType'] @Enabled = params['Enabled'] @ROI = params['ROI'] @Config = params['Config'] unless params['SHLConfig'].nil? @SHLConfig = DiarySHLConfig.new @SHLConfig.deserialize(params['SHLConfig']) end end