Class: TencentCloud::Cloudstudio::V20230508::Env
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cloudstudio::V20230508::Env
- Defined in:
- lib/v20230508/models.rb
Overview
环境变量
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Env
constructor
A new instance of Env.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Env
Returns a new instance of Env.
295 296 297 298 |
# File 'lib/v20230508/models.rb', line 295 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
293 294 295 |
# File 'lib/v20230508/models.rb', line 293 def Name @Name end |
#Value ⇒ Object
293 294 295 |
# File 'lib/v20230508/models.rb', line 293 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
300 301 302 303 |
# File 'lib/v20230508/models.rb', line 300 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |