Class: TencentCloud::Wedata::V20250806::SetSuccessTaskInstancesAsyncRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::SetSuccessTaskInstancesAsyncRequest
- Defined in:
- lib/v20250806/models.rb
Overview
SetSuccessTaskInstancesAsync请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, instancekeylist = nil) ⇒ SetSuccessTaskInstancesAsyncRequest
constructor
A new instance of SetSuccessTaskInstancesAsyncRequest.
Constructor Details
#initialize(projectid = nil, instancekeylist = nil) ⇒ SetSuccessTaskInstancesAsyncRequest
Returns a new instance of SetSuccessTaskInstancesAsyncRequest.
6974 6975 6976 6977 |
# File 'lib/v20250806/models.rb', line 6974 def initialize(projectid=nil, instancekeylist=nil) @ProjectId = projectid @InstanceKeyList = instancekeylist end |
Instance Attribute Details
#InstanceKeyList ⇒ Object
6972 6973 6974 |
# File 'lib/v20250806/models.rb', line 6972 def InstanceKeyList @InstanceKeyList end |
#ProjectId ⇒ Object
6972 6973 6974 |
# File 'lib/v20250806/models.rb', line 6972 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
6979 6980 6981 6982 |
# File 'lib/v20250806/models.rb', line 6979 def deserialize(params) @ProjectId = params['ProjectId'] @InstanceKeyList = params['InstanceKeyList'] end |