Class: TencentCloud::Wedata::V20210820::DeleteWorkflowByIdRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteWorkflowByIdRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteWorkflowById请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(workflowid = nil, projectid = nil, deletemode = nil, enablenotify = nil) ⇒ DeleteWorkflowByIdRequest
constructor
A new instance of DeleteWorkflowByIdRequest.
Constructor Details
#initialize(workflowid = nil, projectid = nil, deletemode = nil, enablenotify = nil) ⇒ DeleteWorkflowByIdRequest
Returns a new instance of DeleteWorkflowByIdRequest.
7999 8000 8001 8002 8003 8004 |
# File 'lib/v20210820/models.rb', line 7999 def initialize(workflowid=nil, projectid=nil, deletemode=nil, enablenotify=nil) @WorkflowId = workflowid @ProjectId = projectid @DeleteMode = deletemode @EnableNotify = enablenotify end |
Instance Attribute Details
#DeleteMode ⇒ Object
7997 7998 7999 |
# File 'lib/v20210820/models.rb', line 7997 def DeleteMode @DeleteMode end |
#EnableNotify ⇒ Object
7997 7998 7999 |
# File 'lib/v20210820/models.rb', line 7997 def EnableNotify @EnableNotify end |
#ProjectId ⇒ Object
7997 7998 7999 |
# File 'lib/v20210820/models.rb', line 7997 def ProjectId @ProjectId end |
#WorkflowId ⇒ Object
7997 7998 7999 |
# File 'lib/v20210820/models.rb', line 7997 def WorkflowId @WorkflowId end |
Instance Method Details
#deserialize(params) ⇒ Object
8006 8007 8008 8009 8010 8011 |
# File 'lib/v20210820/models.rb', line 8006 def deserialize(params) @WorkflowId = params['WorkflowId'] @ProjectId = params['ProjectId'] @DeleteMode = params['DeleteMode'] @EnableNotify = params['EnableNotify'] end |