Class: TencentCloud::Mrs::V20200910::NeglistBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::NeglistBlock
- Defined in:
- lib/v20200910/models.rb
Overview
否定列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ NeglistBlock
constructor
A new instance of NeglistBlock.
Constructor Details
#initialize(name = nil, value = nil) ⇒ NeglistBlock
Returns a new instance of NeglistBlock.
6973 6974 6975 6976 |
# File 'lib/v20200910/models.rb', line 6973 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
6971 6972 6973 |
# File 'lib/v20200910/models.rb', line 6971 def Name @Name end |
#Value ⇒ Object
6971 6972 6973 |
# File 'lib/v20200910/models.rb', line 6971 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
6978 6979 6980 6981 |
# File 'lib/v20200910/models.rb', line 6978 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |