Class: TencentCloud::Rce::V20201103::OutputCreateNameListFront
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OutputCreateNameListFront
- 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) ⇒ OutputCreateNameListFront
constructor
A new instance of OutputCreateNameListFront.
Constructor Details
#initialize(code = nil, message = nil, value = nil) ⇒ OutputCreateNameListFront
Returns a new instance of OutputCreateNameListFront.
1157 1158 1159 1160 1161 |
# File 'lib/v20201103/models.rb', line 1157 def initialize(code=nil, =nil, value=nil) @Code = code @Message = @Value = value end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1155 1156 1157 |
# File 'lib/v20201103/models.rb', line 1155 def Code @Code end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1155 1156 1157 |
# File 'lib/v20201103/models.rb', line 1155 def Message @Message end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1155 1156 1157 |
# File 'lib/v20201103/models.rb', line 1155 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1163 1164 1165 1166 1167 |
# File 'lib/v20201103/models.rb', line 1163 def deserialize(params) @Code = params['Code'] @Message = params['Message'] @Value = params['Value'] end |