Class: TencentCloud::Cfs::V20190719::TagInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::TagInfo
- Defined in:
- lib/v20190719/models.rb
Overview
Tag信息单元
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
3939 3940 3941 3942 |
# File 'lib/v20190719/models.rb', line 3939 def initialize(tagkey=nil, tagvalue=nil) @TagKey = tagkey @TagValue = tagvalue end |
Instance Attribute Details
#TagKey ⇒ Object
3937 3938 3939 |
# File 'lib/v20190719/models.rb', line 3937 def TagKey @TagKey end |
#TagValue ⇒ Object
3937 3938 3939 |
# File 'lib/v20190719/models.rb', line 3937 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
3944 3945 3946 3947 |
# File 'lib/v20190719/models.rb', line 3944 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] end |