Class: TencentCloud::Csip::V20221121::Tag
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::Tag
- Defined in:
- lib/v20221121/models.rb
Overview
标签
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Tag
Returns a new instance of Tag.
12269 12270 12271 12272 |
# File 'lib/v20221121/models.rb', line 12269 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
12267 12268 12269 |
# File 'lib/v20221121/models.rb', line 12267 def Name @Name end |
#Value ⇒ Object
12267 12268 12269 |
# File 'lib/v20221121/models.rb', line 12267 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12274 12275 12276 12277 |
# File 'lib/v20221121/models.rb', line 12274 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |