Class: TencentCloud::Cwp::V20180228::Tag
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::Tag
- Defined in:
- lib/v20180228/models.rb
Overview
标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, count = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(id = nil, name = nil, count = nil) ⇒ Tag
Returns a new instance of Tag.
39613 39614 39615 39616 39617 |
# File 'lib/v20180228/models.rb', line 39613 def initialize(id=nil, name=nil, count=nil) @Id = id @Name = name @Count = count end |
Instance Attribute Details
#Count ⇒ Object
39611 39612 39613 |
# File 'lib/v20180228/models.rb', line 39611 def Count @Count end |
#Id ⇒ Object
39611 39612 39613 |
# File 'lib/v20180228/models.rb', line 39611 def Id @Id end |
#Name ⇒ Object
39611 39612 39613 |
# File 'lib/v20180228/models.rb', line 39611 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
39619 39620 39621 39622 39623 |
# File 'lib/v20180228/models.rb', line 39619 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Count = params['Count'] end |