Class: TencentCloud::Iss::V20230517::ListTasksRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ListTasksRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ListTasks请求参数结构体
Instance Attribute Summary collapse
-
#BeginTime ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
-
#EndTime ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
-
#Operation ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
-
#PageNumber ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
-
#PageSize ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
-
#Status ⇒ Object
BatchUpgradeDevice, BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pagenumber = nil, pagesize = nil, operation = nil, status = nil, begintime = nil, endtime = nil) ⇒ ListTasksRequest
constructor
A new instance of ListTasksRequest.
Constructor Details
#initialize(pagenumber = nil, pagesize = nil, operation = nil, status = nil, begintime = nil, endtime = nil) ⇒ ListTasksRequest
Returns a new instance of ListTasksRequest.
5926 5927 5928 5929 5930 5931 5932 5933 |
# File 'lib/v20230517/models.rb', line 5926 def initialize(pagenumber=nil, pagesize=nil, operation=nil, status=nil, begintime=nil, endtime=nil) @PageNumber = pagenumber @PageSize = pagesize @Operation = operation @Status = status @BeginTime = begintime @EndTime = endtime end |
Instance Attribute Details
#BeginTime ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def BeginTime @BeginTime end |
#EndTime ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def EndTime @EndTime end |
#Operation ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def Operation @Operation end |
#PageNumber ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def PageNumber @PageNumber end |
#PageSize ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def PageSize @PageSize end |
#Status ⇒ Object
BatchUpgradeDevice,BatchResetDevice, BatchRebootDevice, BatchRefreshDeviceChannel
5924 5925 5926 |
# File 'lib/v20230517/models.rb', line 5924 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5935 5936 5937 5938 5939 5940 5941 5942 |
# File 'lib/v20230517/models.rb', line 5935 def deserialize(params) @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @Operation = params['Operation'] @Status = params['Status'] @BeginTime = params['BeginTime'] @EndTime = params['EndTime'] end |