Class: TencentCloud::Iotexplorer::V20190423::CreateBatchProductionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateBatchProductionResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateBatchProduction返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, productid = nil, batchproductionid = nil, requestid = nil) ⇒ CreateBatchProductionResponse
constructor
A new instance of CreateBatchProductionResponse.
Constructor Details
#initialize(projectid = nil, productid = nil, batchproductionid = nil, requestid = nil) ⇒ CreateBatchProductionResponse
Returns a new instance of CreateBatchProductionResponse.
1484 1485 1486 1487 1488 1489 |
# File 'lib/v20190423/models.rb', line 1484 def initialize(projectid=nil, productid=nil, batchproductionid=nil, requestid=nil) @ProjectId = projectid @ProductId = productid @BatchProductionId = batchproductionid @RequestId = requestid end |
Instance Attribute Details
#BatchProductionId ⇒ Object
1482 1483 1484 |
# File 'lib/v20190423/models.rb', line 1482 def BatchProductionId @BatchProductionId end |
#ProductId ⇒ Object
1482 1483 1484 |
# File 'lib/v20190423/models.rb', line 1482 def ProductId @ProductId end |
#ProjectId ⇒ Object
1482 1483 1484 |
# File 'lib/v20190423/models.rb', line 1482 def ProjectId @ProjectId end |
#RequestId ⇒ Object
1482 1483 1484 |
# File 'lib/v20190423/models.rb', line 1482 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1491 1492 1493 1494 1495 1496 |
# File 'lib/v20190423/models.rb', line 1491 def deserialize(params) @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] @BatchProductionId = params['BatchProductionId'] @RequestId = params['RequestId'] end |