Class: TencentCloud::Wedata::V20250806::GetOpsAsyncJobRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250806/models.rb

Overview

GetOpsAsyncJob请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AsyncIdObject

Parameters:

  • ProjectId:

    项目id

  • AsyncId:

    异步操作id



4518
4519
4520
# File 'lib/v20250806/models.rb', line 4518

def AsyncId
  @AsyncId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • AsyncId:

    异步操作id



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