Class: TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeBatchProduction请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, batchproductionid = nil) ⇒ DescribeBatchProductionRequest
constructor
A new instance of DescribeBatchProductionRequest.
Constructor Details
#initialize(productid = nil, batchproductionid = nil) ⇒ DescribeBatchProductionRequest
3842 3843 3844 3845 |
# File 'lib/v20190423/models.rb', line 3842 def initialize(productid=nil, batchproductionid=nil) @ProductId = productid @BatchProductionId = batchproductionid end |
Instance Attribute Details
#BatchProductionId ⇒ Object
3840 3841 3842 |
# File 'lib/v20190423/models.rb', line 3840 def BatchProductionId @BatchProductionId end |
#ProductId ⇒ Object
3840 3841 3842 |
# File 'lib/v20190423/models.rb', line 3840 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
3847 3848 3849 3850 |
# File 'lib/v20190423/models.rb', line 3847 def deserialize(params) @ProductId = params['ProductId'] @BatchProductionId = params['BatchProductionId'] end |