class TencentCloud::Iotexplorer::V20190423::ProductModelDefinition

产品模型定义

def deserialize(params)

def deserialize(params)
  @ProductId = params['ProductId']
  @ModelDefine = params['ModelDefine']
  @UpdateTime = params['UpdateTime']
  @CreateTime = params['CreateTime']
  @CategoryModel = params['CategoryModel']
  @NetTypeModel = params['NetTypeModel']
end

def initialize(productid=nil, modeldefine=nil, updatetime=nil, createtime=nil, categorymodel=nil, nettypemodel=nil)

def initialize(productid=nil, modeldefine=nil, updatetime=nil, createtime=nil, categorymodel=nil, nettypemodel=nil)
  @ProductId = productid
  @ModelDefine = modeldefine
  @UpdateTime = updatetime
  @CreateTime = createtime
  @CategoryModel = categorymodel
  @NetTypeModel = nettypemodel
end