Class: TencentCloud::Wedata::V20250806::UpdateTaskBaseAttribute
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateTaskBaseAttribute
- Defined in:
- lib/v20250806/models.rb
Overview
更新任务基本属性信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskname = nil, owneruin = nil, taskdescription = nil) ⇒ UpdateTaskBaseAttribute
constructor
A new instance of UpdateTaskBaseAttribute.
Constructor Details
#initialize(taskname = nil, owneruin = nil, taskdescription = nil) ⇒ UpdateTaskBaseAttribute
Returns a new instance of UpdateTaskBaseAttribute.
9164 9165 9166 9167 9168 |
# File 'lib/v20250806/models.rb', line 9164 def initialize(taskname=nil, owneruin=nil, taskdescription=nil) @TaskName = taskname @OwnerUin = owneruin @TaskDescription = taskdescription end |
Instance Attribute Details
#OwnerUin ⇒ Object
9162 9163 9164 |
# File 'lib/v20250806/models.rb', line 9162 def OwnerUin @OwnerUin end |
#TaskDescription ⇒ Object
9162 9163 9164 |
# File 'lib/v20250806/models.rb', line 9162 def TaskDescription @TaskDescription end |
#TaskName ⇒ Object
9162 9163 9164 |
# File 'lib/v20250806/models.rb', line 9162 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
9170 9171 9172 9173 9174 |
# File 'lib/v20250806/models.rb', line 9170 def deserialize(params) @TaskName = params['TaskName'] @OwnerUin = params['OwnerUin'] @TaskDescription = params['TaskDescription'] end |