Class: TencentCloud::Rce::V20201103::OutputImportNameListDataFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputImportNameListDataFront
- Defined in:
- lib/v20201103/models.rb
Overview
添加黑白名单数据出参
Instance Attribute Summary collapse
-
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(code = nil, message = nil, value = nil) ⇒ OutputImportNameListDataFront
constructor
A new instance of OutputImportNameListDataFront.
Constructor Details
#initialize(code = nil, message = nil, value = nil) ⇒ OutputImportNameListDataFront
Returns a new instance of OutputImportNameListDataFront.
1574 1575 1576 1577 1578 |
# File 'lib/v20201103/models.rb', line 1574 def initialize(code=nil, =nil, value=nil) @Code = code @Message = @Value = value end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1572 1573 1574 |
# File 'lib/v20201103/models.rb', line 1572 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1572 1573 1574 |
# File 'lib/v20201103/models.rb', line 1572 def Message @Message end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1572 1573 1574 |
# File 'lib/v20201103/models.rb', line 1572 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1580 1581 1582 1583 1584 |
# File 'lib/v20201103/models.rb', line 1580 def deserialize(params) @Code = params['Code'] @Message = params['Message'] @Value = params['Value'] end |