Class: TencentCloud::Csip::V20221121::TagCount
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::TagCount
- Defined in:
- lib/v20221121/models.rb
Overview
产品日志条数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, count = nil) ⇒ TagCount
constructor
A new instance of TagCount.
Constructor Details
#initialize(name = nil, count = nil) ⇒ TagCount
Returns a new instance of TagCount.
12289 12290 12291 12292 |
# File 'lib/v20221121/models.rb', line 12289 def initialize(name=nil, count=nil) @Name = name @Count = count end |
Instance Attribute Details
#Count ⇒ Object
12287 12288 12289 |
# File 'lib/v20221121/models.rb', line 12287 def Count @Count end |
#Name ⇒ Object
12287 12288 12289 |
# File 'lib/v20221121/models.rb', line 12287 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
12294 12295 12296 12297 |
# File 'lib/v20221121/models.rb', line 12294 def deserialize(params) @Name = params['Name'] @Count = params['Count'] end |