Class: TencentCloud::Wedata::V20250806::ListDownstreamTaskInstancesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListDownstreamTaskInstancesRequest
- Defined in:
- lib/v20250806/models.rb
Overview
ListDownstreamTaskInstances请求参数结构体
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) ⇒ ListDownstreamTaskInstancesRequest
constructor
A new instance of ListDownstreamTaskInstancesRequest.
Constructor Details
#initialize(projectid = nil, instancekey = nil, timezone = nil, pagenumber = nil, pagesize = nil) ⇒ ListDownstreamTaskInstancesRequest
Returns a new instance of ListDownstreamTaskInstancesRequest.
4134 4135 4136 4137 4138 4139 4140 |
# File 'lib/v20250806/models.rb', line 4134 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
4132 4133 4134 |
# File 'lib/v20250806/models.rb', line 4132 def InstanceKey @InstanceKey end |
#PageNumber ⇒ Object
4132 4133 4134 |
# File 'lib/v20250806/models.rb', line 4132 def PageNumber @PageNumber end |
#PageSize ⇒ Object
4132 4133 4134 |
# File 'lib/v20250806/models.rb', line 4132 def PageSize @PageSize end |
#ProjectId ⇒ Object
4132 4133 4134 |
# File 'lib/v20250806/models.rb', line 4132 def ProjectId @ProjectId end |
#TimeZone ⇒ Object
4132 4133 4134 |
# File 'lib/v20250806/models.rb', line 4132 def TimeZone @TimeZone end |
Instance Method Details
#deserialize(params) ⇒ Object
4142 4143 4144 4145 4146 4147 4148 |
# File 'lib/v20250806/models.rb', line 4142 def deserialize(params) @ProjectId = params['ProjectId'] @InstanceKey = params['InstanceKey'] @TimeZone = params['TimeZone'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] end |