Class: TencentCloud::Rce::V20201103::OutputModifyNameListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputModifyNameListFront
- 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) ⇒ OutputModifyNameListFront
constructor
A new instance of OutputModifyNameListFront.
Constructor Details
#initialize(code = nil, message = nil, value = nil) ⇒ OutputModifyNameListFront
Returns a new instance of OutputModifyNameListFront.
1730 1731 1732 1733 1734 |
# File 'lib/v20201103/models.rb', line 1730 def initialize(code=nil, =nil, value=nil) @Code = code @Message = @Value = value end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1728 1729 1730 |
# File 'lib/v20201103/models.rb', line 1728 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1728 1729 1730 |
# File 'lib/v20201103/models.rb', line 1728 def Message @Message end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1728 1729 1730 |
# File 'lib/v20201103/models.rb', line 1728 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1736 1737 1738 1739 1740 |
# File 'lib/v20201103/models.rb', line 1736 def deserialize(params) @Code = params['Code'] @Message = params['Message'] @Value = params['Value'] end |