Class: TencentCloud::Emr::V20190103::SearchItem

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

Overview

搜索字段

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchtype = nil, searchvalue = nil) ⇒ SearchItem

Returns a new instance of SearchItem.



13176
13177
13178
13179
# File 'lib/v20190103/models.rb', line 13176

def initialize(searchtype=nil, searchvalue=nil)
  @SearchType = searchtype
  @SearchValue = searchvalue
end

Instance Attribute Details

#SearchTypeObject

Parameters:

  • SearchType:

    支持搜索的类型

  • SearchValue:

    支持搜索的值



13174
13175
13176
# File 'lib/v20190103/models.rb', line 13174

def SearchType
  @SearchType
end

#SearchValueObject

Parameters:

  • SearchType:

    支持搜索的类型

  • SearchValue:

    支持搜索的值



13174
13175
13176
# File 'lib/v20190103/models.rb', line 13174

def SearchValue
  @SearchValue
end

Instance Method Details

#deserialize(params) ⇒ Object



13181
13182
13183
13184
# File 'lib/v20190103/models.rb', line 13181

def deserialize(params)
  @SearchType = params['SearchType']
  @SearchValue = params['SearchValue']
end