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.
6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 |
# File 'lib/v20210820/models.rb', line 6999 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
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def ClusterIdentifier @ClusterIdentifier end |
#CommandFormat ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def CommandFormat @CommandFormat end |
#DatabaseName ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def DatabaseName @DatabaseName end |
#FunctionId ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def FunctionId @FunctionId end |
#FunctionName ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def FunctionName @FunctionName end |
#FunctionType ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def FunctionType @FunctionType end |
#ProjectId ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def ProjectId @ProjectId end |
#SchemaName ⇒ Object
6997 6998 6999 |
# File 'lib/v20210820/models.rb', line 6997 def SchemaName @SchemaName end |
Instance Method Details
#deserialize(params) ⇒ Object
7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 |
# File 'lib/v20210820/models.rb', line 7010 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 |