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.



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

#AllValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

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



2960
2961
2962
# File 'lib/v20200915/models.rb', line 2960

def AllValue
  @AllValue
end

#TagKeyObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

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



2960
2961
2962
# File 'lib/v20200915/models.rb', line 2960

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

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



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