Class: TencentCloud::Wedata::V20210820::CreateCodeTemplateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateCodeTemplateRequest
- Defined in:
- lib/v20210820/models.rb
Overview
CreateCodeTemplate请求参数结构体
Instance Attribute Summary collapse
- #CodeTemplateDesc ⇒ Object
- #CodeTemplateName ⇒ Object
- #Content ⇒ Object
- #FolderId ⇒ Object
- #ProductName ⇒ Object
- #ProjectId ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, codetemplatename = nil, tasktype = nil, codetemplatedesc = nil, folderid = nil, content = nil, productname = nil) ⇒ CreateCodeTemplateRequest
constructor
A new instance of CreateCodeTemplateRequest.
Constructor Details
#initialize(projectid = nil, codetemplatename = nil, tasktype = nil, codetemplatedesc = nil, folderid = nil, content = nil, productname = nil) ⇒ CreateCodeTemplateRequest
Returns a new instance of CreateCodeTemplateRequest.
4797 4798 4799 4800 4801 4802 4803 4804 4805 |
# File 'lib/v20210820/models.rb', line 4797 def initialize(projectid=nil, codetemplatename=nil, tasktype=nil, codetemplatedesc=nil, folderid=nil, content=nil, productname=nil) @ProjectId = projectid @CodeTemplateName = codetemplatename @TaskType = tasktype @CodeTemplateDesc = codetemplatedesc @FolderId = folderid @Content = content @ProductName = productname end |
Instance Attribute Details
#CodeTemplateDesc ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def CodeTemplateDesc @CodeTemplateDesc end |
#CodeTemplateName ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def CodeTemplateName @CodeTemplateName end |
#Content ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def Content @Content end |
#FolderId ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def FolderId @FolderId end |
#ProductName ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def ProductName @ProductName end |
#ProjectId ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def ProjectId @ProjectId end |
#TaskType ⇒ Object
4795 4796 4797 |
# File 'lib/v20210820/models.rb', line 4795 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
4807 4808 4809 4810 4811 4812 4813 4814 4815 |
# File 'lib/v20210820/models.rb', line 4807 def deserialize(params) @ProjectId = params['ProjectId'] @CodeTemplateName = params['CodeTemplateName'] @TaskType = params['TaskType'] @CodeTemplateDesc = params['CodeTemplateDesc'] @FolderId = params['FolderId'] @Content = params['Content'] @ProductName = params['ProductName'] end |