Class: TencentCloud::Thpc::V20230321::DescribeJobsOverviewResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::DescribeJobsOverviewResponse
- Defined in:
- lib/v20230321/models.rb
Overview
DescribeJobsOverview返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(jobtotal = nil, queuingjobtotal = nil, runningjobtotal = nil, requestid = nil) ⇒ DescribeJobsOverviewResponse
constructor
A new instance of DescribeJobsOverviewResponse.
Constructor Details
#initialize(jobtotal = nil, queuingjobtotal = nil, runningjobtotal = nil, requestid = nil) ⇒ DescribeJobsOverviewResponse
Returns a new instance of DescribeJobsOverviewResponse.
1555 1556 1557 1558 1559 1560 |
# File 'lib/v20230321/models.rb', line 1555 def initialize(jobtotal=nil, queuingjobtotal=nil, runningjobtotal=nil, requestid=nil) @JobTotal = jobtotal @QueuingJobTotal = queuingjobtotal @RunningJobTotal = runningjobtotal @RequestId = requestid end |
Instance Attribute Details
#JobTotal ⇒ Object
1553 1554 1555 |
# File 'lib/v20230321/models.rb', line 1553 def JobTotal @JobTotal end |
#QueuingJobTotal ⇒ Object
1553 1554 1555 |
# File 'lib/v20230321/models.rb', line 1553 def QueuingJobTotal @QueuingJobTotal end |
#RequestId ⇒ Object
1553 1554 1555 |
# File 'lib/v20230321/models.rb', line 1553 def RequestId @RequestId end |
#RunningJobTotal ⇒ Object
1553 1554 1555 |
# File 'lib/v20230321/models.rb', line 1553 def RunningJobTotal @RunningJobTotal end |
Instance Method Details
#deserialize(params) ⇒ Object
1562 1563 1564 1565 1566 1567 |
# File 'lib/v20230321/models.rb', line 1562 def deserialize(params) @JobTotal = params['JobTotal'] @QueuingJobTotal = params['QueuingJobTotal'] @RunningJobTotal = params['RunningJobTotal'] @RequestId = params['RequestId'] end |