Class: TencentCloud::Cls::V20201016::EnvInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::EnvInfo
- Defined in:
- lib/v20201016/models.rb
Overview
数据加工-高级设置-环境变量
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ EnvInfo
constructor
A new instance of EnvInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ EnvInfo
Returns a new instance of EnvInfo.
10611 10612 10613 10614 |
# File 'lib/v20201016/models.rb', line 10611 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
10609 10610 10611 |
# File 'lib/v20201016/models.rb', line 10609 def Key @Key end |
#Value ⇒ Object
10609 10610 10611 |
# File 'lib/v20201016/models.rb', line 10609 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10616 10617 10618 10619 |
# File 'lib/v20201016/models.rb', line 10616 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |