Class: TencentCloud::Iotexplorer::V20190423::BatchProductionInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::BatchProductionInfo
- Defined in:
- lib/v20190423/models.rb
Overview
获取返回列表的详情。
Instance Attribute Summary collapse
- #BatchProductionId ⇒ Object
- #BurnMethod ⇒ Object
- #CreateTime ⇒ Object
- #ProductId ⇒ Object
- #ProductName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchproductionid = nil, productid = nil, burnmethod = nil, createtime = nil, productname = nil) ⇒ BatchProductionInfo
constructor
A new instance of BatchProductionInfo.
Constructor Details
#initialize(batchproductionid = nil, productid = nil, burnmethod = nil, createtime = nil, productname = nil) ⇒ BatchProductionInfo
Returns a new instance of BatchProductionInfo.
381 382 383 384 385 386 387 |
# File 'lib/v20190423/models.rb', line 381 def initialize(batchproductionid=nil, productid=nil, burnmethod=nil, createtime=nil, productname=nil) @BatchProductionId = batchproductionid @ProductId = productid @BurnMethod = burnmethod @CreateTime = createtime @ProductName = productname end |
Instance Attribute Details
#BatchProductionId ⇒ Object
379 380 381 |
# File 'lib/v20190423/models.rb', line 379 def BatchProductionId @BatchProductionId end |
#BurnMethod ⇒ Object
379 380 381 |
# File 'lib/v20190423/models.rb', line 379 def BurnMethod @BurnMethod end |
#CreateTime ⇒ Object
379 380 381 |
# File 'lib/v20190423/models.rb', line 379 def CreateTime @CreateTime end |
#ProductId ⇒ Object
379 380 381 |
# File 'lib/v20190423/models.rb', line 379 def ProductId @ProductId end |
#ProductName ⇒ Object
379 380 381 |
# File 'lib/v20190423/models.rb', line 379 def ProductName @ProductName end |
Instance Method Details
#deserialize(params) ⇒ Object
389 390 391 392 393 394 395 |
# File 'lib/v20190423/models.rb', line 389 def deserialize(params) @BatchProductionId = params['BatchProductionId'] @ProductId = params['ProductId'] @BurnMethod = params['BurnMethod'] @CreateTime = params['CreateTime'] @ProductName = params['ProductName'] end |