Class: TencentCloud::Wedata::V20250806::ListUpstreamTaskInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListUpstreamTaskInstancesRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListUpstreamTaskInstances请求参数结构体
Instance Attribute Summary collapse
- #InstanceKey ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProjectId ⇒ Object
- #TimeZone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, instancekey = nil, timezone = nil, pagenumber = nil, pagesize = nil) ⇒ ListUpstreamTaskInstancesRequest
constructor
A new instance of ListUpstreamTaskInstancesRequest.
Constructor Details
#initialize(projectid = nil, instancekey = nil, timezone = nil, pagenumber = nil, pagesize = nil) ⇒ ListUpstreamTaskInstancesRequest
Returns a new instance of ListUpstreamTaskInstancesRequest.
5335 5336 5337 5338 5339 5340 5341 |
# File 'lib/v20250806/models.rb', line 5335 def initialize(projectid=nil, instancekey=nil, timezone=nil, pagenumber=nil, pagesize=nil) @ProjectId = projectid @InstanceKey = instancekey @TimeZone = timezone @PageNumber = pagenumber @PageSize = pagesize end |
Instance Attribute Details
#InstanceKey ⇒ Object
5333 5334 5335 |
# File 'lib/v20250806/models.rb', line 5333 def InstanceKey @InstanceKey end |
#PageNumber ⇒ Object
5333 5334 5335 |
# File 'lib/v20250806/models.rb', line 5333 def PageNumber @PageNumber end |
#PageSize ⇒ Object
5333 5334 5335 |
# File 'lib/v20250806/models.rb', line 5333 def PageSize @PageSize end |
#ProjectId ⇒ Object
5333 5334 5335 |
# File 'lib/v20250806/models.rb', line 5333 def ProjectId @ProjectId end |
#TimeZone ⇒ Object
5333 5334 5335 |
# File 'lib/v20250806/models.rb', line 5333 def TimeZone @TimeZone end |
Instance Method Details
#deserialize(params) ⇒ Object
5343 5344 5345 5346 5347 5348 5349 |
# File 'lib/v20250806/models.rb', line 5343 def deserialize(params) @ProjectId = params['ProjectId'] @InstanceKey = params['InstanceKey'] @TimeZone = params['TimeZone'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |