Class: TencentCloud::Wedata::V20210820::SubmitCustomFunctionRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

SubmitCustomFunction请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(functionid = nil, clusteridentifier = nil, comment = nil, projectid = nil) ⇒ SubmitCustomFunctionRequest

Returns a new instance of SubmitCustomFunctionRequest.



23173
23174
23175
23176
23177
23178
# File 'lib/v20210820/models.rb', line 23173

def initialize(functionid=nil, clusteridentifier=nil, comment=nil, projectid=nil)
  @FunctionId = functionid
  @ClusterIdentifier = clusteridentifier
  @Comment = comment
  @ProjectId = projectid
end

Instance Attribute Details

#ClusterIdentifierObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



23171
23172
23173
# File 'lib/v20210820/models.rb', line 23171

def ClusterIdentifier
  @ClusterIdentifier
end

#CommentObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



23171
23172
23173
# File 'lib/v20210820/models.rb', line 23171

def Comment
  @Comment
end

#FunctionIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



23171
23172
23173
# File 'lib/v20210820/models.rb', line 23171

def FunctionId
  @FunctionId
end

#ProjectIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



23171
23172
23173
# File 'lib/v20210820/models.rb', line 23171

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



23180
23181
23182
23183
23184
23185
# File 'lib/v20210820/models.rb', line 23180

def deserialize(params)
  @FunctionId = params['FunctionId']
  @ClusterIdentifier = params['ClusterIdentifier']
  @Comment = params['Comment']
  @ProjectId = params['ProjectId']
end