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.



22889
22890
22891
22892
22893
22894
# File 'lib/v20210820/models.rb', line 22889

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



22887
22888
22889
# File 'lib/v20210820/models.rb', line 22887

def ClusterIdentifier
  @ClusterIdentifier
end

#CommentObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



22887
22888
22889
# File 'lib/v20210820/models.rb', line 22887

def Comment
  @Comment
end

#FunctionIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



22887
22888
22889
# File 'lib/v20210820/models.rb', line 22887

def FunctionId
  @FunctionId
end

#ProjectIdObject

Parameters:

  • FunctionId:

    函数唯一标识

  • ClusterIdentifier:

    集群实例 ID

  • Comment:

    备注信息

  • ProjectId:

    项目ID



22887
22888
22889
# File 'lib/v20210820/models.rb', line 22887

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



22896
22897
22898
22899
22900
22901
# File 'lib/v20210820/models.rb', line 22896

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