Class: TencentCloud::Rce::V20201103::OutputDeleteNameListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputDeleteNameListFront
- 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) ⇒ OutputDeleteNameListFront
constructor
A new instance of OutputDeleteNameListFront.
Constructor Details
#initialize(code = nil, message = nil, value = nil) ⇒ OutputDeleteNameListFront
Returns a new instance of OutputDeleteNameListFront.
1207 1208 1209 1210 1211 |
# File 'lib/v20201103/models.rb', line 1207 def initialize(code=nil, =nil, value=nil) @Code = code @Message = @Value = value end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1205 1206 1207 |
# File 'lib/v20201103/models.rb', line 1205 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1205 1206 1207 |
# File 'lib/v20201103/models.rb', line 1205 def Message @Message end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1205 1206 1207 |
# File 'lib/v20201103/models.rb', line 1205 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1213 1214 1215 1216 1217 |
# File 'lib/v20201103/models.rb', line 1213 def deserialize(params) @Code = params['Code'] @Message = params['Message'] @Value = params['Value'] end |