Class: TencentCloud::Dlc::V20210125::TasksOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::TasksOverview
- Defined in:
- lib/v20210125/models.rb
Overview
任务概览
Instance Attribute Summary collapse
- #TaskInitCount ⇒ Object
- #TaskQueuedCount ⇒ Object
- #TaskRunningCount ⇒ Object
- #TotalTaskCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskqueuedcount = nil, taskinitcount = nil, taskrunningcount = nil, totaltaskcount = nil) ⇒ TasksOverview
constructor
A new instance of TasksOverview.
Constructor Details
#initialize(taskqueuedcount = nil, taskinitcount = nil, taskrunningcount = nil, totaltaskcount = nil) ⇒ TasksOverview
Returns a new instance of TasksOverview.
16327 16328 16329 16330 16331 16332 |
# File 'lib/v20210125/models.rb', line 16327 def initialize(taskqueuedcount=nil, taskinitcount=nil, taskrunningcount=nil, totaltaskcount=nil) @TaskQueuedCount = taskqueuedcount @TaskInitCount = taskinitcount @TaskRunningCount = taskrunningcount @TotalTaskCount = totaltaskcount end |
Instance Attribute Details
#TaskInitCount ⇒ Object
16325 16326 16327 |
# File 'lib/v20210125/models.rb', line 16325 def TaskInitCount @TaskInitCount end |
#TaskQueuedCount ⇒ Object
16325 16326 16327 |
# File 'lib/v20210125/models.rb', line 16325 def TaskQueuedCount @TaskQueuedCount end |
#TaskRunningCount ⇒ Object
16325 16326 16327 |
# File 'lib/v20210125/models.rb', line 16325 def TaskRunningCount @TaskRunningCount end |
#TotalTaskCount ⇒ Object
16325 16326 16327 |
# File 'lib/v20210125/models.rb', line 16325 def TotalTaskCount @TotalTaskCount end |
Instance Method Details
#deserialize(params) ⇒ Object
16334 16335 16336 16337 16338 16339 |
# File 'lib/v20210125/models.rb', line 16334 def deserialize(params) @TaskQueuedCount = params['TaskQueuedCount'] @TaskInitCount = params['TaskInitCount'] @TaskRunningCount = params['TaskRunningCount'] @TotalTaskCount = params['TotalTaskCount'] end |