Class: TencentCloud::Tione::V20191022::EnvConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::EnvConfig
- Defined in:
- lib/v20191022/models.rb
Overview
环境变量
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ EnvConfig
constructor
A new instance of EnvConfig.
Constructor Details
#initialize(name = nil, value = nil) ⇒ EnvConfig
Returns a new instance of EnvConfig.
1424 1425 1426 1427 |
# File 'lib/v20191022/models.rb', line 1424 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
1422 1423 1424 |
# File 'lib/v20191022/models.rb', line 1422 def Name @Name end |
#Value ⇒ Object
1422 1423 1424 |
# File 'lib/v20191022/models.rb', line 1422 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1429 1430 1431 1432 |
# File 'lib/v20191022/models.rb', line 1429 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |