Class: TencentCloud::Iotexplorer::V20190423::DescribeBatchProductionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

DescribeBatchProduction请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BatchProductionIdObject



3840
3841
3842
# File 'lib/v20190423/models.rb', line 3840

def BatchProductionId
  @BatchProductionId
end

#ProductIdObject



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