Class: TencentCloud::Wedata::V20210820::BatchDeleteIntegrationTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchDeleteIntegrationTasksRequest
- Defined in:
- lib/v20210820/models.rb
Overview
BatchDeleteIntegrationTasks请求参数结构体
Instance Attribute Summary collapse
- #DeleteKFFlag ⇒ Object
- #Name ⇒ Object
- #ProjectId ⇒ Object
- #TaskIds ⇒ Object
- #TaskNames ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskids = nil, tasktype = nil, projectid = nil, deletekfflag = nil, name = nil, tasknames = nil) ⇒ BatchDeleteIntegrationTasksRequest
constructor
A new instance of BatchDeleteIntegrationTasksRequest.
Constructor Details
#initialize(taskids = nil, tasktype = nil, projectid = nil, deletekfflag = nil, name = nil, tasknames = nil) ⇒ BatchDeleteIntegrationTasksRequest
Returns a new instance of BatchDeleteIntegrationTasksRequest.
1620 1621 1622 1623 1624 1625 1626 1627 |
# File 'lib/v20210820/models.rb', line 1620 def initialize(taskids=nil, tasktype=nil, projectid=nil, deletekfflag=nil, name=nil, tasknames=nil) @TaskIds = taskids @TaskType = tasktype @ProjectId = projectid @DeleteKFFlag = deletekfflag @Name = name @TaskNames = tasknames end |
Instance Attribute Details
#DeleteKFFlag ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def DeleteKFFlag @DeleteKFFlag end |
#Name ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def Name @Name end |
#ProjectId ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def ProjectId @ProjectId end |
#TaskIds ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def TaskIds @TaskIds end |
#TaskNames ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def TaskNames @TaskNames end |
#TaskType ⇒ Object
1618 1619 1620 |
# File 'lib/v20210820/models.rb', line 1618 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'lib/v20210820/models.rb', line 1629 def deserialize(params) @TaskIds = params['TaskIds'] @TaskType = params['TaskType'] @ProjectId = params['ProjectId'] @DeleteKFFlag = params['DeleteKFFlag'] @Name = params['Name'] @TaskNames = params['TaskNames'] end |