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.
12237 12238 12239 12240 12241 12242 12243 12244 |
# File 'lib/v20190423/models.rb', line 12237 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
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def CategoryModel @CategoryModel end |
#CreateTime ⇒ Object
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def CreateTime @CreateTime end |
#ModelDefine ⇒ Object
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def ModelDefine @ModelDefine end |
#NetTypeModel ⇒ Object
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def NetTypeModel @NetTypeModel end |
#ProductId ⇒ Object
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def ProductId @ProductId end |
#UpdateTime ⇒ Object
12235 12236 12237 |
# File 'lib/v20190423/models.rb', line 12235 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
12246 12247 12248 12249 12250 12251 12252 12253 |
# File 'lib/v20190423/models.rb', line 12246 def deserialize(params) @ProductId = params['ProductId'] @ModelDefine = params['ModelDefine'] @UpdateTime = params['UpdateTime'] @CreateTime = params['CreateTime'] @CategoryModel = params['CategoryModel'] @NetTypeModel = params['NetTypeModel'] end |