Class: TencentCloud::Iecp::V20210914::EnvValueSelector
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::EnvValueSelector
- Defined in:
- lib/v20210914/models.rb
Overview
环境变量选择
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, objectname = nil, objecttype = nil) ⇒ EnvValueSelector
constructor
A new instance of EnvValueSelector.
Constructor Details
#initialize(key = nil, objectname = nil, objecttype = nil) ⇒ EnvValueSelector
Returns a new instance of EnvValueSelector.
4472 4473 4474 4475 4476 |
# File 'lib/v20210914/models.rb', line 4472 def initialize(key=nil, objectname=nil, objecttype=nil) @Key = key @ObjectName = objectname @ObjectType = objecttype end |
Instance Attribute Details
#Key ⇒ Object
4470 4471 4472 |
# File 'lib/v20210914/models.rb', line 4470 def Key @Key end |
#ObjectName ⇒ Object
4470 4471 4472 |
# File 'lib/v20210914/models.rb', line 4470 def ObjectName @ObjectName end |
#ObjectType ⇒ Object
4470 4471 4472 |
# File 'lib/v20210914/models.rb', line 4470 def ObjectType @ObjectType end |
Instance Method Details
#deserialize(params) ⇒ Object
4478 4479 4480 4481 4482 |
# File 'lib/v20210914/models.rb', line 4478 def deserialize(params) @Key = params['Key'] @ObjectName = params['ObjectName'] @ObjectType = params['ObjectType'] end |