Class: TencentCloud::Wedata::V20210820::RobAndLockIntegrationTaskRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RobAndLockIntegrationTaskRequest
- Defined in:
- lib/v20210820/models.rb
Overview
RobAndLockIntegrationTask请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, projectid = nil, tasktype = nil) ⇒ RobAndLockIntegrationTaskRequest
constructor
A new instance of RobAndLockIntegrationTaskRequest.
Constructor Details
#initialize(taskid = nil, projectid = nil, tasktype = nil) ⇒ RobAndLockIntegrationTaskRequest
Returns a new instance of RobAndLockIntegrationTaskRequest.
32034 32035 32036 32037 32038 |
# File 'lib/v20210820/models.rb', line 32034 def initialize(taskid=nil, projectid=nil, tasktype=nil) @TaskId = taskid @ProjectId = projectid @TaskType = tasktype end |
Instance Attribute Details
#ProjectId ⇒ Object
32032 32033 32034 |
# File 'lib/v20210820/models.rb', line 32032 def ProjectId @ProjectId end |
#TaskId ⇒ Object
32032 32033 32034 |
# File 'lib/v20210820/models.rb', line 32032 def TaskId @TaskId end |
#TaskType ⇒ Object
32032 32033 32034 |
# File 'lib/v20210820/models.rb', line 32032 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
32040 32041 32042 32043 32044 |
# File 'lib/v20210820/models.rb', line 32040 def deserialize(params) @TaskId = params['TaskId'] @ProjectId = params['ProjectId'] @TaskType = params['TaskType'] end |