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
Returns a new instance of DescribeBatchProductionRequest.
3854 3855 3856 3857 |
# File 'lib/v20190423/models.rb', line 3854 def initialize(productid=nil, batchproductionid=nil) @ProductId = productid @BatchProductionId = batchproductionid end |
Instance Attribute Details
#BatchProductionId ⇒ Object
3852 3853 3854 |
# File 'lib/v20190423/models.rb', line 3852 def BatchProductionId @BatchProductionId end |
#ProductId ⇒ Object
3852 3853 3854 |
# File 'lib/v20190423/models.rb', line 3852 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
3859 3860 3861 3862 |
# File 'lib/v20190423/models.rb', line 3859 def deserialize(params) @ProductId = params['ProductId'] @BatchProductionId = params['BatchProductionId'] end |