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.
7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 |
# File 'lib/v20210820/models.rb', line 7061 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
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def ClusterIdentifier @ClusterIdentifier end |
#CommandFormat ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def CommandFormat @CommandFormat end |
#DatabaseName ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def DatabaseName @DatabaseName end |
#FunctionId ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def FunctionId @FunctionId end |
#FunctionName ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def FunctionName @FunctionName end |
#FunctionType ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def FunctionType @FunctionType end |
#ProjectId ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def ProjectId @ProjectId end |
#SchemaName ⇒ Object
7059 7060 7061 |
# File 'lib/v20210820/models.rb', line 7059 def SchemaName @SchemaName end |
Instance Method Details
#deserialize(params) ⇒ Object
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'lib/v20210820/models.rb', line 7072 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 |