Class: TencentCloud::Sqlserver::V20180328::ResourceTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Sqlserver::V20180328::ResourceTag
- Defined in:
- lib/v20180328/models.rb
Overview
实例绑定的标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ ResourceTag
constructor
A new instance of ResourceTag.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ ResourceTag
Returns a new instance of ResourceTag.
10656 10657 10658 10659 |
# File 'lib/v20180328/models.rb', line 10656 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
10654 10655 10656 |
# File 'lib/v20180328/models.rb', line 10654 def TagKey @TagKey end |
#TagValue ⇒ Object
10654 10655 10656 |
# File 'lib/v20180328/models.rb', line 10654 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
10661 10662 10663 10664 |
# File 'lib/v20180328/models.rb', line 10661 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |