Class: TencentCloud::Dlc::V20210125::CustomConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CustomConfig
- Defined in:
- lib/v20210125/models.rb
Overview
自定义参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(configkey = nil, configvalue = nil) ⇒ CustomConfig
constructor
A new instance of CustomConfig.
Constructor Details
#initialize(configkey = nil, configvalue = nil) ⇒ CustomConfig
Returns a new instance of CustomConfig.
3749 3750 3751 3752 |
# File 'lib/v20210125/models.rb', line 3749 def initialize(configkey=nil, configvalue=nil) @ConfigKey = configkey @ConfigValue = configvalue end |
Instance Attribute Details
#ConfigKey ⇒ Object
3747 3748 3749 |
# File 'lib/v20210125/models.rb', line 3747 def ConfigKey @ConfigKey end |
#ConfigValue ⇒ Object
3747 3748 3749 |
# File 'lib/v20210125/models.rb', line 3747 def ConfigValue @ConfigValue end |
Instance Method Details
#deserialize(params) ⇒ Object
3754 3755 3756 3757 |
# File 'lib/v20210125/models.rb', line 3754 def deserialize(params) @ConfigKey = params['ConfigKey'] @ConfigValue = params['ConfigValue'] end |