Class: TencentCloud::Config::V20220802::InputParameterForManage
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Config::V20220802::InputParameterForManage
- Defined in:
- lib/v20220802/models.rb
Overview
规则入参
Instance Attribute Summary collapse
- #DefaultValue ⇒ Object
- #Description ⇒ Object
- #ParameterKey ⇒ Object
- #Type ⇒ Object
- #ValueType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(valuetype = nil, parameterkey = nil, type = nil, defaultvalue = nil, description = nil) ⇒ InputParameterForManage
constructor
A new instance of InputParameterForManage.
Constructor Details
#initialize(valuetype = nil, parameterkey = nil, type = nil, defaultvalue = nil, description = nil) ⇒ InputParameterForManage
Returns a new instance of InputParameterForManage.
559 560 561 562 563 564 565 |
# File 'lib/v20220802/models.rb', line 559 def initialize(valuetype=nil, parameterkey=nil, type=nil, defaultvalue=nil, description=nil) @ValueType = valuetype @ParameterKey = parameterkey @Type = type @DefaultValue = defaultvalue @Description = description end |
Instance Attribute Details
#DefaultValue ⇒ Object
557 558 559 |
# File 'lib/v20220802/models.rb', line 557 def DefaultValue @DefaultValue end |
#Description ⇒ Object
557 558 559 |
# File 'lib/v20220802/models.rb', line 557 def Description @Description end |
#ParameterKey ⇒ Object
557 558 559 |
# File 'lib/v20220802/models.rb', line 557 def ParameterKey @ParameterKey end |
#Type ⇒ Object
557 558 559 |
# File 'lib/v20220802/models.rb', line 557 def Type @Type end |
#ValueType ⇒ Object
557 558 559 |
# File 'lib/v20220802/models.rb', line 557 def ValueType @ValueType end |
Instance Method Details
#deserialize(params) ⇒ Object
567 568 569 570 571 572 573 |
# File 'lib/v20220802/models.rb', line 567 def deserialize(params) @ValueType = params['ValueType'] @ParameterKey = params['ParameterKey'] @Type = params['Type'] @DefaultValue = params['DefaultValue'] @Description = params['Description'] end |