Class: TencentCloud::Cdwch::V20200915::SearchTags
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::SearchTags
- Defined in:
- lib/v20200915/models.rb
Overview
列表页搜索的标记列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tagkey = nil, tagvalue = nil, allvalue = nil) ⇒ SearchTags
constructor
A new instance of SearchTags.
Constructor Details
#initialize(tagkey = nil, tagvalue = nil, allvalue = nil) ⇒ SearchTags
Returns a new instance of SearchTags.
3157 3158 3159 3160 3161 |
# File 'lib/v20200915/models.rb', line 3157 def initialize(tagkey=nil, tagvalue=nil, allvalue=nil) @TagKey = tagkey @TagValue = tagvalue @AllValue = allvalue end |
Instance Attribute Details
#AllValue ⇒ Object
3155 3156 3157 |
# File 'lib/v20200915/models.rb', line 3155 def AllValue @AllValue end |
#TagKey ⇒ Object
3155 3156 3157 |
# File 'lib/v20200915/models.rb', line 3155 def TagKey @TagKey end |
#TagValue ⇒ Object
3155 3156 3157 |
# File 'lib/v20200915/models.rb', line 3155 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
3163 3164 3165 3166 3167 |
# File 'lib/v20200915/models.rb', line 3163 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] @AllValue = params['AllValue'] end |