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.
2962 2963 2964 2965 2966 |
# File 'lib/v20200915/models.rb', line 2962 def initialize(tagkey=nil, tagvalue=nil, allvalue=nil) @TagKey = tagkey @TagValue = tagvalue @AllValue = allvalue end |
Instance Attribute Details
#AllValue ⇒ Object
2960 2961 2962 |
# File 'lib/v20200915/models.rb', line 2960 def AllValue @AllValue end |
#TagKey ⇒ Object
2960 2961 2962 |
# File 'lib/v20200915/models.rb', line 2960 def TagKey @TagKey end |
#TagValue ⇒ Object
2960 2961 2962 |
# File 'lib/v20200915/models.rb', line 2960 def TagValue @TagValue end |
Instance Method Details
#deserialize(params) ⇒ Object
2968 2969 2970 2971 2972 |
# File 'lib/v20200915/models.rb', line 2968 def deserialize(params) @TagKey = params['TagKey'] @TagValue = params['TagValue'] @AllValue = params['AllValue'] end |