Class: TencentCloud::Bm::V20180423::Tag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::Tag
- Defined in:
- lib/v20180423/models.rb
Overview
标签键与值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalues = nil) ⇒ Tag
constructor
A new instance of Tag.
Constructor Details
#initialize(tagkey = nil, tagvalues = nil) ⇒ Tag
3887 3888 3889 3890 |
# File 'lib/v20180423/models.rb', line 3887 def initialize(tagkey=nil, tagvalues=nil) @TagKey = tagkey @TagValues = tagvalues end |
Instance Attribute Details
#TagKey ⇒ Object
3885 3886 3887 |
# File 'lib/v20180423/models.rb', line 3885 def TagKey @TagKey end |
#TagValues ⇒ Object
3885 3886 3887 |
# File 'lib/v20180423/models.rb', line 3885 def TagValues @TagValues end |
Instance Method Details
#deserialize(params) ⇒ Object
3892 3893 3894 3895 |
# File 'lib/v20180423/models.rb', line 3892 def deserialize(params) @TagKey = params['TagKey'] @TagValues = params['TagValues'] end |