Class: TencentCloud::Csip::V20221121::TagCount

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

Overview

产品日志条数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CountObject

Parameters:

  • Name:

    产品名

  • Count:

    日志条数



12287
12288
12289
# File 'lib/v20221121/models.rb', line 12287

def Count
  @Count
end

#NameObject

Parameters:

  • Name:

    产品名

  • Count:

    日志条数



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