Class: TencentCloud::Ms::V20180408::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::Filter
- Defined in:
- lib/v20180408/models.rb
Overview
筛选数据结构
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Filter
Returns a new instance of Filter.
2005 2006 2007 2008 |
# File 'lib/v20180408/models.rb', line 2005 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
2003 2004 2005 |
# File 'lib/v20180408/models.rb', line 2003 def Name @Name end |
#Value ⇒ Object
2003 2004 2005 |
# File 'lib/v20180408/models.rb', line 2003 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2010 2011 2012 2013 |
# File 'lib/v20180408/models.rb', line 2010 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |