Class: TencentCloud::Vod::V20180717::TaskStatDataItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::TaskStatDataItem
- Defined in:
- lib/v20180717/models.rb
Overview
任务统计数据,包括任务数和用量。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(time = nil, count = nil, usage = nil) ⇒ TaskStatDataItem
constructor
A new instance of TaskStatDataItem.
Constructor Details
#initialize(time = nil, count = nil, usage = nil) ⇒ TaskStatDataItem
Returns a new instance of TaskStatDataItem.
27927 27928 27929 27930 27931 |
# File 'lib/v20180717/models.rb', line 27927 def initialize(time=nil, count=nil, usage=nil) @Time = time @Count = count @Usage = usage end |
Instance Attribute Details
#Count ⇒ Object
27925 27926 27927 |
# File 'lib/v20180717/models.rb', line 27925 def Count @Count end |
#Time ⇒ Object
27925 27926 27927 |
# File 'lib/v20180717/models.rb', line 27925 def Time @Time end |
#Usage ⇒ Object
27925 27926 27927 |
# File 'lib/v20180717/models.rb', line 27925 def Usage @Usage end |
Instance Method Details
#deserialize(params) ⇒ Object
27933 27934 27935 27936 27937 |
# File 'lib/v20180717/models.rb', line 27933 def deserialize(params) @Time = params['Time'] @Count = params['Count'] @Usage = params['Usage'] end |