Class: TencentCloud::Essbasic::V20210526::Option
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::Option
- Defined in:
- lib/v20210526/models.rb
Overview
注: 配置前请联系对接的客户经理沟通确认。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ Option
constructor
A new instance of Option.
Constructor Details
#initialize(key = nil, value = nil) ⇒ Option
Returns a new instance of Option.
11441 11442 11443 11444 |
# File 'lib/v20210526/models.rb', line 11441 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
11439 11440 11441 |
# File 'lib/v20210526/models.rb', line 11439 def Key @Key end |
#Value ⇒ Object
11439 11440 11441 |
# File 'lib/v20210526/models.rb', line 11439 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
11446 11447 11448 11449 |
# File 'lib/v20210526/models.rb', line 11446 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |