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.
4401 4402 4403 4404 4405 4406 4407 4408 4409 |
# File 'lib/v20210820/models.rb', line 4401 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
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def CodeTemplateDesc @CodeTemplateDesc end |
#CodeTemplateName ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def CodeTemplateName @CodeTemplateName end |
#Content ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def Content @Content end |
#FolderId ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def FolderId @FolderId end |
#ProductName ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def ProductName @ProductName end |
#ProjectId ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def ProjectId @ProjectId end |
#TaskType ⇒ Object
4399 4400 4401 |
# File 'lib/v20210820/models.rb', line 4399 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
4411 4412 4413 4414 4415 4416 4417 4418 4419 |
# File 'lib/v20210820/models.rb', line 4411 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 |