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.
1516 1517 1518 1519 1520 1521 |
# File 'lib/v20190423/models.rb', line 1516 def initialize(projectid=nil, productid=nil, batchproductionid=nil, requestid=nil) @ProjectId = projectid @ProductId = productid @BatchProductionId = batchproductionid @RequestId = requestid end |
Instance Attribute Details
#BatchProductionId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190423/models.rb', line 1514 def BatchProductionId @BatchProductionId end |
#ProductId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190423/models.rb', line 1514 def ProductId @ProductId end |
#ProjectId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190423/models.rb', line 1514 def ProjectId @ProjectId end |
#RequestId ⇒ Object
1514 1515 1516 |
# File 'lib/v20190423/models.rb', line 1514 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1523 1524 1525 1526 1527 1528 |
# File 'lib/v20190423/models.rb', line 1523 def deserialize(params) @ProjectId = params['ProjectId'] @ProductId = params['ProductId'] @BatchProductionId = params['BatchProductionId'] @RequestId = params['RequestId'] end |