Class: TencentCloud::Emr::V20190103::SearchItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::SearchItem
- Defined in:
- lib/v20190103/models.rb
Overview
搜索字段
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(searchtype = nil, searchvalue = nil) ⇒ SearchItem
constructor
A new instance of SearchItem.
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
#SearchType ⇒ Object
13174 13175 13176 |
# File 'lib/v20190103/models.rb', line 13174 def SearchType @SearchType end |
#SearchValue ⇒ Object
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 |