Class: TencentCloud::Tci::V20190318::ActionCountStatistic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::ActionCountStatistic
- Defined in:
- lib/v20190318/models.rb
Overview
数量统计结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(count = nil, name = nil) ⇒ ActionCountStatistic
constructor
A new instance of ActionCountStatistic.
Constructor Details
#initialize(count = nil, name = nil) ⇒ ActionCountStatistic
Returns a new instance of ActionCountStatistic.
176 177 178 179 |
# File 'lib/v20190318/models.rb', line 176 def initialize(count=nil, name=nil) @Count = count @Name = name end |
Instance Attribute Details
#Count ⇒ Object
174 175 176 |
# File 'lib/v20190318/models.rb', line 174 def Count @Count end |
#Name ⇒ Object
174 175 176 |
# File 'lib/v20190318/models.rb', line 174 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
181 182 183 184 |
# File 'lib/v20190318/models.rb', line 181 def deserialize(params) @Count = params['Count'] @Name = params['Name'] end |