Class: TencentCloud::Iotexplorer::V20190423::GetBatchProductionsListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetBatchProductionsListRequest
- Defined in:
- lib/v20190423/models.rb
Overview
GetBatchProductionsList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, offset = nil, limit = nil) ⇒ GetBatchProductionsListRequest
constructor
A new instance of GetBatchProductionsListRequest.
Constructor Details
#initialize(projectid = nil, offset = nil, limit = nil) ⇒ GetBatchProductionsListRequest
Returns a new instance of GetBatchProductionsListRequest.
8360 8361 8362 8363 8364 |
# File 'lib/v20190423/models.rb', line 8360 def initialize(projectid=nil, offset=nil, limit=nil) @ProjectId = projectid @Offset = offset @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
8358 8359 8360 |
# File 'lib/v20190423/models.rb', line 8358 def Limit @Limit end |
#Offset ⇒ Object
8358 8359 8360 |
# File 'lib/v20190423/models.rb', line 8358 def Offset @Offset end |
#ProjectId ⇒ Object
8358 8359 8360 |
# File 'lib/v20190423/models.rb', line 8358 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
8366 8367 8368 8369 8370 |
# File 'lib/v20190423/models.rb', line 8366 def deserialize(params) @ProjectId = params['ProjectId'] @Offset = params['Offset'] @Limit = params['Limit'] end |