Class: TencentCloud::Wedata::V20210820::DescribeTaskLockStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeTaskLockStatusRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeTaskLockStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, projectid = nil, tasktype = nil) ⇒ DescribeTaskLockStatusRequest
constructor
A new instance of DescribeTaskLockStatusRequest.
Constructor Details
#initialize(taskid = nil, projectid = nil, tasktype = nil) ⇒ DescribeTaskLockStatusRequest
Returns a new instance of DescribeTaskLockStatusRequest.
17405 17406 17407 17408 17409 |
# File 'lib/v20210820/models.rb', line 17405 def initialize(taskid=nil, projectid=nil, tasktype=nil) @TaskId = taskid @ProjectId = projectid @TaskType = tasktype end |
Instance Attribute Details
#ProjectId ⇒ Object
17403 17404 17405 |
# File 'lib/v20210820/models.rb', line 17403 def ProjectId @ProjectId end |
#TaskId ⇒ Object
17403 17404 17405 |
# File 'lib/v20210820/models.rb', line 17403 def TaskId @TaskId end |
#TaskType ⇒ Object
17403 17404 17405 |
# File 'lib/v20210820/models.rb', line 17403 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
17411 17412 17413 17414 17415 |
# File 'lib/v20210820/models.rb', line 17411 def deserialize(params) @TaskId = params['TaskId'] @ProjectId = params['ProjectId'] @TaskType = params['TaskType'] end |