Class: TencentCloud::Wedata::V20250806::ListTaskVersionsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListTaskVersionsRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListTaskVersions请求参数结构体
Instance Attribute Summary collapse
-
#PageNumber ⇒ Object
提交版本:SUBMIT 默认为SAVE.
-
#PageSize ⇒ Object
提交版本:SUBMIT 默认为SAVE.
-
#ProjectId ⇒ Object
提交版本:SUBMIT 默认为SAVE.
-
#TaskId ⇒ Object
提交版本:SUBMIT 默认为SAVE.
-
#TaskVersionType ⇒ Object
提交版本:SUBMIT 默认为SAVE.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, taskid = nil, taskversiontype = nil, pagenumber = nil, pagesize = nil) ⇒ ListTaskVersionsRequest
constructor
A new instance of ListTaskVersionsRequest.
Constructor Details
#initialize(projectid = nil, taskid = nil, taskversiontype = nil, pagenumber = nil, pagesize = nil) ⇒ ListTaskVersionsRequest
Returns a new instance of ListTaskVersionsRequest.
8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/v20250806/models.rb', line 8451 def initialize(projectid=nil, taskid=nil, taskversiontype=nil, pagenumber=nil, pagesize=nil) @ProjectId = projectid @TaskId = taskid @TaskVersionType = taskversiontype @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#PageNumber ⇒ Object
提交版本:SUBMIT 默认为SAVE
8449 8450 8451 |
# File 'lib/v20250806/models.rb', line 8449 def PageNumber @PageNumber end |
#PageSize ⇒ Object
提交版本:SUBMIT 默认为SAVE
8449 8450 8451 |
# File 'lib/v20250806/models.rb', line 8449 def PageSize @PageSize end |
#ProjectId ⇒ Object
提交版本:SUBMIT 默认为SAVE
8449 8450 8451 |
# File 'lib/v20250806/models.rb', line 8449 def ProjectId @ProjectId end |
#TaskId ⇒ Object
提交版本:SUBMIT 默认为SAVE
8449 8450 8451 |
# File 'lib/v20250806/models.rb', line 8449 def TaskId @TaskId end |
#TaskVersionType ⇒ Object
提交版本:SUBMIT 默认为SAVE
8449 8450 8451 |
# File 'lib/v20250806/models.rb', line 8449 def TaskVersionType @TaskVersionType end |
Instance Method Details
#deserialize(params) ⇒ Object
8459 8460 8461 8462 8463 8464 8465 |
# File 'lib/v20250806/models.rb', line 8459 def deserialize(params) @ProjectId = params['ProjectId'] @TaskId = params['TaskId'] @TaskVersionType = params['TaskVersionType'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |