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.
8348 8349 8350 8351 8352 |
# File 'lib/v20190423/models.rb', line 8348 def initialize(projectid=nil, offset=nil, limit=nil) @ProjectId = projectid @Offset = offset @Limit = limit end |
Instance Attribute Details
#Limit ⇒ Object
8346 8347 8348 |
# File 'lib/v20190423/models.rb', line 8346 def Limit @Limit end |
#Offset ⇒ Object
8346 8347 8348 |
# File 'lib/v20190423/models.rb', line 8346 def Offset @Offset end |
#ProjectId ⇒ Object
8346 8347 8348 |
# File 'lib/v20190423/models.rb', line 8346 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
8354 8355 8356 8357 8358 |
# File 'lib/v20190423/models.rb', line 8354 def deserialize(params) @ProjectId = params['ProjectId'] @Offset = params['Offset'] @Limit = params['Limit'] end |