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.



34211
34212
34213
34214
34215
34216
# File 'lib/v20210820/models.rb', line 34211

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



34209
34210
34211
# File 'lib/v20210820/models.rb', line 34209

def ClusterIdentifier
  @ClusterIdentifier
end

#CommentObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



34209
34210
34211
# File 'lib/v20210820/models.rb', line 34209

def Comment
  @Comment
end

#FunctionIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



34209
34210
34211
# File 'lib/v20210820/models.rb', line 34209

def FunctionId
  @FunctionId
end

#ProjectIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



34209
34210
34211
# File 'lib/v20210820/models.rb', line 34209

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



34218
34219
34220
34221
34222
34223
# File 'lib/v20210820/models.rb', line 34218

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