Class: TencentCloud::Cdb::V20170320::ParamTemplateInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ParamTemplateInfo
- Defined in:
- lib/v20170320/models.rb
Overview
参数模板信息
Instance Attribute Summary collapse
- #Description ⇒ Object
- #EngineType ⇒ Object
- #EngineVersion ⇒ Object
- #Name ⇒ Object
- #TemplateId ⇒ Object
- #TemplateType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(templateid = nil, name = nil, description = nil, engineversion = nil, templatetype = nil, enginetype = nil) ⇒ ParamTemplateInfo
constructor
A new instance of ParamTemplateInfo.
Constructor Details
#initialize(templateid = nil, name = nil, description = nil, engineversion = nil, templatetype = nil, enginetype = nil) ⇒ ParamTemplateInfo
Returns a new instance of ParamTemplateInfo.
12019 12020 12021 12022 12023 12024 12025 12026 |
# File 'lib/v20170320/models.rb', line 12019 def initialize(templateid=nil, name=nil, description=nil, engineversion=nil, templatetype=nil, enginetype=nil) @TemplateId = templateid @Name = name @Description = description @EngineVersion = engineversion @TemplateType = templatetype @EngineType = enginetype end |
Instance Attribute Details
#Description ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def Description @Description end |
#EngineType ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def EngineType @EngineType end |
#EngineVersion ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def EngineVersion @EngineVersion end |
#Name ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def Name @Name end |
#TemplateId ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def TemplateId @TemplateId end |
#TemplateType ⇒ Object
12017 12018 12019 |
# File 'lib/v20170320/models.rb', line 12017 def TemplateType @TemplateType end |
Instance Method Details
#deserialize(params) ⇒ Object
12028 12029 12030 12031 12032 12033 12034 12035 |
# File 'lib/v20170320/models.rb', line 12028 def deserialize(params) @TemplateId = params['TemplateId'] @Name = params['Name'] @Description = params['Description'] @EngineVersion = params['EngineVersion'] @TemplateType = params['TemplateType'] @EngineType = params['EngineType'] end |