Class: TencentCloud::Cdwch::V20200915::SearchTags

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200915/models.rb

Overview

列表页搜索的标记列表

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AllValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

    1表示只输入标签的键,没有输入值;0表示输入键时且输入值



3155
3156
3157
# File 'lib/v20200915/models.rb', line 3155

def AllValue
  @AllValue
end

#TagKeyObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

    1表示只输入标签的键,没有输入值;0表示输入键时且输入值



3155
3156
3157
# File 'lib/v20200915/models.rb', line 3155

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

    1表示只输入标签的键,没有输入值;0表示输入键时且输入值



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