Class: TencentCloud::Teo::V20220901::TemplateConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::TemplateConfig
- Defined in:
- lib/v20220901/models.rb
Overview
安全模板配置
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(templateid = nil, templatename = nil) ⇒ TemplateConfig
constructor
A new instance of TemplateConfig.
Constructor Details
#initialize(templateid = nil, templatename = nil) ⇒ TemplateConfig
Returns a new instance of TemplateConfig.
22299 22300 22301 22302 |
# File 'lib/v20220901/models.rb', line 22299 def initialize(templateid=nil, templatename=nil) @TemplateId = templateid @TemplateName = templatename end |
Instance Attribute Details
#TemplateId ⇒ Object
22297 22298 22299 |
# File 'lib/v20220901/models.rb', line 22297 def TemplateId @TemplateId end |
#TemplateName ⇒ Object
22297 22298 22299 |
# File 'lib/v20220901/models.rb', line 22297 def TemplateName @TemplateName end |
Instance Method Details
#deserialize(params) ⇒ Object
22304 22305 22306 22307 |
# File 'lib/v20220901/models.rb', line 22304 def deserialize(params) @TemplateId = params['TemplateId'] @TemplateName = params['TemplateName'] end |