Class: TencentCloud::Csip::V20221121::TaskIdListKey
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::TaskIdListKey
- Defined in:
- lib/v20221121/models.rb
Overview
任务ID列表Key
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, targetappid = nil) ⇒ TaskIdListKey
constructor
A new instance of TaskIdListKey.
Constructor Details
#initialize(taskid = nil, targetappid = nil) ⇒ TaskIdListKey
Returns a new instance of TaskIdListKey.
12485 12486 12487 12488 |
# File 'lib/v20221121/models.rb', line 12485 def initialize(taskid=nil, targetappid=nil) @TaskId = taskid @TargetAppId = targetappid end |
Instance Attribute Details
#TargetAppId ⇒ Object
12483 12484 12485 |
# File 'lib/v20221121/models.rb', line 12483 def TargetAppId @TargetAppId end |
#TaskId ⇒ Object
12483 12484 12485 |
# File 'lib/v20221121/models.rb', line 12483 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
12490 12491 12492 12493 |
# File 'lib/v20221121/models.rb', line 12490 def deserialize(params) @TaskId = params['TaskId'] @TargetAppId = params['TargetAppId'] end |