Class: TencentCloud::Wedata::V20250806::GetOpsAsyncJobRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::GetOpsAsyncJobRequest
- Defined in:
- lib/v20250806/models.rb
Overview
GetOpsAsyncJob请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, asyncid = nil) ⇒ GetOpsAsyncJobRequest
constructor
A new instance of GetOpsAsyncJobRequest.
Constructor Details
#initialize(projectid = nil, asyncid = nil) ⇒ GetOpsAsyncJobRequest
Returns a new instance of GetOpsAsyncJobRequest.
4520 4521 4522 4523 |
# File 'lib/v20250806/models.rb', line 4520 def initialize(projectid=nil, asyncid=nil) @ProjectId = projectid @AsyncId = asyncid end |
Instance Attribute Details
#AsyncId ⇒ Object
4518 4519 4520 |
# File 'lib/v20250806/models.rb', line 4518 def AsyncId @AsyncId end |
#ProjectId ⇒ Object
4518 4519 4520 |
# File 'lib/v20250806/models.rb', line 4518 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
4525 4526 4527 4528 |
# File 'lib/v20250806/models.rb', line 4525 def deserialize(params) @ProjectId = params['ProjectId'] @AsyncId = params['AsyncId'] end |