Class: TencentCloud::Iotexplorer::V20190423::ProductModelDefinition
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ProductModelDefinition
- Defined in:
- lib/v20190423/models.rb
Overview
产品模型定义
Instance Attribute Summary collapse
- #CategoryModel ⇒ Object
- #CreateTime ⇒ Object
- #ModelDefine ⇒ Object
- #NetTypeModel ⇒ Object
- #ProductId ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, modeldefine = nil, updatetime = nil, createtime = nil, categorymodel = nil, nettypemodel = nil) ⇒ ProductModelDefinition
constructor
A new instance of ProductModelDefinition.
Constructor Details
#initialize(productid = nil, modeldefine = nil, updatetime = nil, createtime = nil, categorymodel = nil, nettypemodel = nil) ⇒ ProductModelDefinition
Returns a new instance of ProductModelDefinition.
12221 12222 12223 12224 12225 12226 12227 12228 |
# File 'lib/v20190423/models.rb', line 12221 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 |
Instance Attribute Details
#CategoryModel ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def CategoryModel @CategoryModel end |
#CreateTime ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def CreateTime @CreateTime end |
#ModelDefine ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def ModelDefine @ModelDefine end |
#NetTypeModel ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def NetTypeModel @NetTypeModel end |
#ProductId ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def ProductId @ProductId end |
#UpdateTime ⇒ Object
12219 12220 12221 |
# File 'lib/v20190423/models.rb', line 12219 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12230 def deserialize(params) @ProductId = params['ProductId'] @ModelDefine = params['ModelDefine'] @UpdateTime = params['UpdateTime'] @CreateTime = params['CreateTime'] @CategoryModel = params['CategoryModel'] @NetTypeModel = params['NetTypeModel'] end |