Class: TencentCloud::Waf::V20180125::ProductInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ProductInfo
- Defined in:
- lib/v20180125/models.rb
Overview
waf产品
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ ProductInfo
constructor
A new instance of ProductInfo.
Constructor Details
#initialize(name = nil, value = nil) ⇒ ProductInfo
Returns a new instance of ProductInfo.
17458 17459 17460 17461 |
# File 'lib/v20180125/models.rb', line 17458 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
17456 17457 17458 |
# File 'lib/v20180125/models.rb', line 17456 def Name @Name end |
#Value ⇒ Object
17456 17457 17458 |
# File 'lib/v20180125/models.rb', line 17456 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
17463 17464 17465 17466 |
# File 'lib/v20180125/models.rb', line 17463 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |