Class: TencentCloud::Rce::V20201103::OutputDeleteNameListData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputDeleteNameListData
- 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) ⇒ OutputDeleteNameListData
constructor
A new instance of OutputDeleteNameListData.
Constructor Details
#initialize(code = nil, message = nil, value = nil) ⇒ OutputDeleteNameListData
Returns a new instance of OutputDeleteNameListData.
1182 1183 1184 1185 1186 |
# File 'lib/v20201103/models.rb', line 1182 def initialize(code=nil, =nil, value=nil) @Code = code @Message = @Value = value end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1180 1181 1182 |
# File 'lib/v20201103/models.rb', line 1180 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1180 1181 1182 |
# File 'lib/v20201103/models.rb', line 1180 def Message @Message end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1180 1181 1182 |
# File 'lib/v20201103/models.rb', line 1180 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1188 1189 1190 1191 1192 |
# File 'lib/v20201103/models.rb', line 1188 def deserialize(params) @Code = params['Code'] @Message = params['Message'] @Value = params['Value'] end |