class TencentCloud::Iotexplorer::V20190423::ModifyStudioProductRequest

ModifyStudioProduct请求参数结构体

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @ProductName = params['ProductName']
  @ProductDesc = params['ProductDesc']
  @ModuleId = params['ModuleId']
  @EnableProductScript = params['EnableProductScript']
end

def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil)

def initialize(productid=nil, productname=nil, productdesc=nil, moduleid=nil, enableproductscript=nil)
  @ProductId = productid
  @ProductName = productname
  @ProductDesc = productdesc
  @ModuleId = moduleid
  @EnableProductScript = enableproductscript
end