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
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
11890 11891 11892 11893 |
# File 'lib/v20180125/models.rb', line 11890 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11888 11889 11890 |
# File 'lib/v20180125/models.rb', line 11888 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11888 11889 11890 |
# File 'lib/v20180125/models.rb', line 11888 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11895 11896 11897 11898 |
# File 'lib/v20180125/models.rb', line 11895 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |