Class: TencentCloud::Tione::V20211111::EnvVar
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::EnvVar
- Defined in:
- lib/v20211111/models.rb
Overview
环境变量
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ EnvVar
constructor
A new instance of EnvVar.
Constructor Details
#initialize(name = nil, value = nil) ⇒ EnvVar
Returns a new instance of EnvVar.
4271 4272 4273 4274 |
# File 'lib/v20211111/models.rb', line 4271 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4269 4270 4271 |
# File 'lib/v20211111/models.rb', line 4269 def Name @Name end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4269 4270 4271 |
# File 'lib/v20211111/models.rb', line 4269 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4276 4277 4278 4279 |
# File 'lib/v20211111/models.rb', line 4276 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |