Class: TencentCloud::Iotexplorer::V20190423::CreateBatchProductionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateBatchProductionRequest
- Defined in:
- lib/v20190423/models.rb
Overview
CreateBatchProduction请求参数结构体
Instance Attribute Summary collapse
- #BatchCnt ⇒ Object
- #BurnMethod ⇒ Object
- #GenerationMethod ⇒ Object
- #GenerationQRCode ⇒ Object
- #ProductId ⇒ Object
- #ProjectId ⇒ Object
- #UploadUrl ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, productid = nil, burnmethod = nil, generationmethod = nil, uploadurl = nil, batchcnt = nil, generationqrcode = nil) ⇒ CreateBatchProductionRequest
constructor
A new instance of CreateBatchProductionRequest.
Constructor Details
#initialize(projectid = nil, productid = nil, burnmethod = nil, generationmethod = nil, uploadurl = nil, batchcnt = nil, generationqrcode = nil) ⇒ CreateBatchProductionRequest
Returns a new instance of CreateBatchProductionRequest.
1482 1483 1484 1485 1486 1487 1488 1489 1490 |
# File 'lib/v20190423/models.rb', line 1482 def initialize(projectid=nil, productid=nil, burnmethod=nil, generationmethod=nil, uploadurl=nil, batchcnt=nil, generationqrcode=nil) @ProjectId = projectid @ProductId = productid @BurnMethod = burnmethod @GenerationMethod = generationmethod @UploadUrl = uploadurl @BatchCnt = batchcnt @GenerationQRCode = generationqrcode end |
Instance Attribute Details
#BatchCnt ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def BatchCnt @BatchCnt end |
#BurnMethod ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def BurnMethod @BurnMethod end |
#GenerationMethod ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def GenerationMethod @GenerationMethod end |
#GenerationQRCode ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def GenerationQRCode @GenerationQRCode end |
#ProductId ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def ProductId @ProductId end |
#ProjectId ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def ProjectId @ProjectId end |
#UploadUrl ⇒ Object
1480 1481 1482 |
# File 'lib/v20190423/models.rb', line 1480 def UploadUrl @UploadUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
1492 1493 1494 1495 1496 1497 1498 1499 1500 |
# File 'lib/v20190423/models.rb', line 1492 def deserialize(params) @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] @BurnMethod = params['BurnMethod'] @GenerationMethod = params['GenerationMethod'] @UploadUrl = params['UploadUrl'] @BatchCnt = params['BatchCnt'] @GenerationQRCode = params['GenerationQRCode'] end |