Class: TencentCloud::Wedata::V20210820::SubmitCustomFunctionRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::SubmitCustomFunctionRequest
- Defined in:
- lib/v20210820/models.rb
Overview
SubmitCustomFunction请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(functionid = nil, clusteridentifier = nil, comment = nil, projectid = nil) ⇒ SubmitCustomFunctionRequest
constructor
A new instance of SubmitCustomFunctionRequest.
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
#ClusterIdentifier ⇒ Object
34209 34210 34211 |
# File 'lib/v20210820/models.rb', line 34209 def ClusterIdentifier @ClusterIdentifier end |
#Comment ⇒ Object
34209 34210 34211 |
# File 'lib/v20210820/models.rb', line 34209 def Comment @Comment end |
#FunctionId ⇒ Object
34209 34210 34211 |
# File 'lib/v20210820/models.rb', line 34209 def FunctionId @FunctionId end |
#ProjectId ⇒ Object
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 |