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.
5135 5136 5137 5138 5139 5140 5141 |
# File 'lib/v20250806/models.rb', line 5135 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
5133 5134 5135 |
# File 'lib/v20250806/models.rb', line 5133 def PageNumber @PageNumber end |
#PageSize ⇒ Object
提交版本:SUBMIT 默认为SAVE
5133 5134 5135 |
# File 'lib/v20250806/models.rb', line 5133 def PageSize @PageSize end |
#ProjectId ⇒ Object
提交版本:SUBMIT 默认为SAVE
5133 5134 5135 |
# File 'lib/v20250806/models.rb', line 5133 def ProjectId @ProjectId end |
#TaskId ⇒ Object
提交版本:SUBMIT 默认为SAVE
5133 5134 5135 |
# File 'lib/v20250806/models.rb', line 5133 def TaskId @TaskId end |
#TaskVersionType ⇒ Object
提交版本:SUBMIT 默认为SAVE
5133 5134 5135 |
# File 'lib/v20250806/models.rb', line 5133 def TaskVersionType @TaskVersionType end |
Instance Method Details
#deserialize(params) ⇒ Object
5143 5144 5145 5146 5147 5148 5149 |
# File 'lib/v20250806/models.rb', line 5143 def deserialize(params) @ProjectId = params['ProjectId'] @TaskId = params['TaskId'] @TaskVersionType = params['TaskVersionType'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |