Class: TencentCloud::Config::V20220802::InputParameter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Config::V20220802::InputParameter
- Defined in:
- lib/v20220802/models.rb
Overview
参数值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(parameterkey = nil, type = nil, value = nil) ⇒ InputParameter
constructor
A new instance of InputParameter.
Constructor Details
#initialize(parameterkey = nil, type = nil, value = nil) ⇒ InputParameter
Returns a new instance of InputParameter.
531 532 533 534 535 |
# File 'lib/v20220802/models.rb', line 531 def initialize(parameterkey=nil, type=nil, value=nil) @ParameterKey = parameterkey @Type = type @Value = value end |
Instance Attribute Details
#ParameterKey ⇒ Object
529 530 531 |
# File 'lib/v20220802/models.rb', line 529 def ParameterKey @ParameterKey end |
#Type ⇒ Object
529 530 531 |
# File 'lib/v20220802/models.rb', line 529 def Type @Type end |
#Value ⇒ Object
529 530 531 |
# File 'lib/v20220802/models.rb', line 529 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
537 538 539 540 541 |
# File 'lib/v20220802/models.rb', line 537 def deserialize(params) @ParameterKey = params['ParameterKey'] @Type = params['Type'] @Value = params['Value'] end |