Class: TencentCloud::Iecp::V20210914::EdgeNodeLabel
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::EdgeNodeLabel
- Defined in:
- lib/v20210914/models.rb
Overview
边缘节点标签
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Protected ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil, protected = nil) ⇒ EdgeNodeLabel
constructor
A new instance of EdgeNodeLabel.
Constructor Details
#initialize(key = nil, value = nil, protected = nil) ⇒ EdgeNodeLabel
Returns a new instance of EdgeNodeLabel.
4236 4237 4238 4239 4240 |
# File 'lib/v20210914/models.rb', line 4236 def initialize(key=nil, value=nil, protected=nil) @Key = key @Value = value @Protected = protected end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4234 4235 4236 |
# File 'lib/v20210914/models.rb', line 4234 def Key @Key end |
#Protected ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4234 4235 4236 |
# File 'lib/v20210914/models.rb', line 4234 def Protected @Protected end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4234 4235 4236 |
# File 'lib/v20210914/models.rb', line 4234 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4242 4243 4244 4245 4246 |
# File 'lib/v20210914/models.rb', line 4242 def deserialize(params) @Key = params['Key'] @Value = params['Value'] @Protected = params['Protected'] end |