Class: TencentCloud::Cdwpg::V20201230::SearchTags

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201230/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.



985
986
987
988
989
# File 'lib/v20201230/models.rb', line 985

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表示输入键时且输入值



983
984
985
# File 'lib/v20201230/models.rb', line 983

def AllValue
  @AllValue
end

#TagKeyObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

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



983
984
985
# File 'lib/v20201230/models.rb', line 983

def TagKey
  @TagKey
end

#TagValueObject

Parameters:

  • TagKey:

    标签的键

  • TagValue:

    标签的值

  • AllValue:

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



983
984
985
# File 'lib/v20201230/models.rb', line 983

def TagValue
  @TagValue
end

Instance Method Details

#deserialize(params) ⇒ Object



991
992
993
994
995
# File 'lib/v20201230/models.rb', line 991

def deserialize(params)
  @TagKey = params['TagKey']
  @TagValue = params['TagValue']
  @AllValue = params['AllValue']
end