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.
4923 4924 4925 4926 4927 4928 4929 4930 4931 |
# File 'lib/v20210820/models.rb', line 4923 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
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def ClusterIdentifier @ClusterIdentifier end |
#DbName ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def DbName @DbName end |
#FunctionResourceFileType ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def FunctionResourceFileType @FunctionResourceFileType end |
#Kind ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def Kind @Kind end |
#Name ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def Name @Name end |
#ProjectId ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def ProjectId @ProjectId end |
#Type ⇒ Object
4921 4922 4923 |
# File 'lib/v20210820/models.rb', line 4921 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4933 4934 4935 4936 4937 4938 4939 4940 4941 |
# File 'lib/v20210820/models.rb', line 4933 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 |