Class: TencentCloud::Ecm::V20190719::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::Tag
- Defined in:
- lib/v20190719/models.rb
Overview
标签信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Tag
Returns a new instance of Tag.
10990 10991 10992 10993 |
# File 'lib/v20190719/models.rb', line 10990 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
10988 10989 10990 |
# File 'lib/v20190719/models.rb', line 10988 def Key @Key end |
#Value ⇒ Object
10988 10989 10990 |
# File 'lib/v20190719/models.rb', line 10988 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10995 10996 10997 10998 |
# File 'lib/v20190719/models.rb', line 10995 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |