Class: TencentCloud::Wedata::V20250806::UpdateOpsTasksOwnerRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::UpdateOpsTasksOwnerRequest
- Defined in:
- lib/v20250806/models.rb
Overview
UpdateOpsTasksOwner请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, taskids = nil, owneruin = nil) ⇒ UpdateOpsTasksOwnerRequest
constructor
A new instance of UpdateOpsTasksOwnerRequest.
Constructor Details
#initialize(projectid = nil, taskids = nil, owneruin = nil) ⇒ UpdateOpsTasksOwnerRequest
Returns a new instance of UpdateOpsTasksOwnerRequest.
8886 8887 8888 8889 8890 |
# File 'lib/v20250806/models.rb', line 8886 def initialize(projectid=nil, taskids=nil, owneruin=nil) @ProjectId = projectid @TaskIds = taskids @OwnerUin = owneruin end |
Instance Attribute Details
#OwnerUin ⇒ Object
8884 8885 8886 |
# File 'lib/v20250806/models.rb', line 8884 def OwnerUin @OwnerUin end |
#ProjectId ⇒ Object
8884 8885 8886 |
# File 'lib/v20250806/models.rb', line 8884 def ProjectId @ProjectId end |
#TaskIds ⇒ Object
8884 8885 8886 |
# File 'lib/v20250806/models.rb', line 8884 def TaskIds @TaskIds end |
Instance Method Details
#deserialize(params) ⇒ Object
8892 8893 8894 8895 8896 |
# File 'lib/v20250806/models.rb', line 8892 def deserialize(params) @ProjectId = params['ProjectId'] @TaskIds = params['TaskIds'] @OwnerUin = params['OwnerUin'] end |