Class: TencentCloud::Wedata::V20210820::DeleteCustomFunctionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteCustomFunctionRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteCustomFunction请求参数结构体
Instance Attribute Summary collapse
- #ClusterIdentifier ⇒ Object
- #CommandFormat ⇒ Object
- #DatabaseName ⇒ Object
- #FunctionId ⇒ Object
- #FunctionName ⇒ Object
- #FunctionType ⇒ Object
- #ProjectId ⇒ Object
- #SchemaName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusteridentifier = nil, functionid = nil, projectid = nil, functionname = nil, functiontype = nil, databasename = nil, schemaname = nil, commandformat = nil) ⇒ DeleteCustomFunctionRequest
constructor
A new instance of DeleteCustomFunctionRequest.
Constructor Details
#initialize(clusteridentifier = nil, functionid = nil, projectid = nil, functionname = nil, functiontype = nil, databasename = nil, schemaname = nil, commandformat = nil) ⇒ DeleteCustomFunctionRequest
Returns a new instance of DeleteCustomFunctionRequest.
7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 |
# File 'lib/v20210820/models.rb', line 7434 def initialize(clusteridentifier=nil, functionid=nil, projectid=nil, functionname=nil, functiontype=nil, databasename=nil, schemaname=nil, commandformat=nil) @ClusterIdentifier = clusteridentifier @FunctionId = functionid @ProjectId = projectid @FunctionName = functionname @FunctionType = functiontype @DatabaseName = databasename @SchemaName = schemaname @CommandFormat = commandformat end |
Instance Attribute Details
#ClusterIdentifier ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def ClusterIdentifier @ClusterIdentifier end |
#CommandFormat ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def CommandFormat @CommandFormat end |
#DatabaseName ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def DatabaseName @DatabaseName end |
#FunctionId ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def FunctionId @FunctionId end |
#FunctionName ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def FunctionName @FunctionName end |
#FunctionType ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def FunctionType @FunctionType end |
#ProjectId ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def ProjectId @ProjectId end |
#SchemaName ⇒ Object
7432 7433 7434 |
# File 'lib/v20210820/models.rb', line 7432 def SchemaName @SchemaName end |
Instance Method Details
#deserialize(params) ⇒ Object
7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 |
# File 'lib/v20210820/models.rb', line 7445 def deserialize(params) @ClusterIdentifier = params['ClusterIdentifier'] @FunctionId = params['FunctionId'] @ProjectId = params['ProjectId'] @FunctionName = params['FunctionName'] @FunctionType = params['FunctionType'] @DatabaseName = params['DatabaseName'] @SchemaName = params['SchemaName'] @CommandFormat = params['CommandFormat'] end |