Class: TencentCloud::Tci::V20190318::ActionCountStatistic

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190318/models.rb

Overview

数量统计结果

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject

Parameters:

  • Count:

    数量

  • Name:

    名称



174
175
176
# File 'lib/v20190318/models.rb', line 174

def Count
  @Count
end

#NameObject

Parameters:

  • Count:

    数量

  • Name:

    名称



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