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.
35644 35645 35646 35647 35648 35649 |
# File 'lib/v20210820/models.rb', line 35644 def initialize(functionid=nil, clusteridentifier=nil, comment=nil, projectid=nil) @FunctionId = functionid @ClusterIdentifier = clusteridentifier @Comment = comment @ProjectId = projectid end |
Instance Attribute Details
#ClusterIdentifier ⇒ Object
35642 35643 35644 |
# File 'lib/v20210820/models.rb', line 35642 def ClusterIdentifier @ClusterIdentifier end |
#Comment ⇒ Object
35642 35643 35644 |
# File 'lib/v20210820/models.rb', line 35642 def Comment @Comment end |
#FunctionId ⇒ Object
35642 35643 35644 |
# File 'lib/v20210820/models.rb', line 35642 def FunctionId @FunctionId end |
#ProjectId ⇒ Object
35642 35643 35644 |
# File 'lib/v20210820/models.rb', line 35642 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
35651 35652 35653 35654 35655 35656 |
# File 'lib/v20210820/models.rb', line 35651 def deserialize(params) @FunctionId = params['FunctionId'] @ClusterIdentifier = params['ClusterIdentifier'] @Comment = params['Comment'] @ProjectId = params['ProjectId'] end |