Class: TencentCloud::Wedata::V20210820::CreateCustomFunctionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateCustomFunctionRequest
- Defined in:
- lib/v20210820/models.rb
Overview
CreateCustomFunction请求参数结构体
Instance Attribute Summary collapse
- #ClusterIdentifier ⇒ Object
- #DbName ⇒ Object
- #FunctionResourceFileType ⇒ Object
- #Kind ⇒ Object
- #Name ⇒ Object
- #ProjectId ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, kind = nil, name = nil, clusteridentifier = nil, dbname = nil, projectid = nil, functionresourcefiletype = nil) ⇒ CreateCustomFunctionRequest
constructor
A new instance of CreateCustomFunctionRequest.
Constructor Details
#initialize(type = nil, kind = nil, name = nil, clusteridentifier = nil, dbname = nil, projectid = nil, functionresourcefiletype = nil) ⇒ CreateCustomFunctionRequest
Returns a new instance of CreateCustomFunctionRequest.
4563 4564 4565 4566 4567 4568 4569 4570 4571 |
# File 'lib/v20210820/models.rb', line 4563 def initialize(type=nil, kind=nil, name=nil, clusteridentifier=nil, dbname=nil, projectid=nil, functionresourcefiletype=nil) @Type = type @Kind = kind @Name = name @ClusterIdentifier = clusteridentifier @DbName = dbname @ProjectId = projectid @FunctionResourceFileType = functionresourcefiletype end |
Instance Attribute Details
#ClusterIdentifier ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def ClusterIdentifier @ClusterIdentifier end |
#DbName ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def DbName @DbName end |
#FunctionResourceFileType ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def FunctionResourceFileType @FunctionResourceFileType end |
#Kind ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def Kind @Kind end |
#Name ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def Name @Name end |
#ProjectId ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def ProjectId @ProjectId end |
#Type ⇒ Object
4561 4562 4563 |
# File 'lib/v20210820/models.rb', line 4561 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/v20210820/models.rb', line 4573 def deserialize(params) @Type = params['Type'] @Kind = params['Kind'] @Name = params['Name'] @ClusterIdentifier = params['ClusterIdentifier'] @DbName = params['DbName'] @ProjectId = params['ProjectId'] @FunctionResourceFileType = params['FunctionResourceFileType'] end |