v1.16.0
This commit is contained in:
@@ -38,6 +38,14 @@ type ListRequest struct {
|
||||
// Required: false
|
||||
UpdateTimeTo uint64 `url:"updateTimeTo,omitempty" json:"updateTimeTo,omitempty"`
|
||||
|
||||
// Find all tasks created after point in time (unixtime)
|
||||
// Required: false
|
||||
CreatedTimeAt uint64 `url:"createdTimeAt,omitempty" json:"createdTimeAt,omitempty"`
|
||||
|
||||
// Find all tasks created before point in time (unixtime)
|
||||
// Required: false
|
||||
CreatedTimeTo uint64 `url:"createdTimeTo,omitempty" json:"createdTimeTo,omitempty"`
|
||||
|
||||
// Page number
|
||||
// Default: 0
|
||||
// Default: 0
|
||||
|
||||
@@ -41,6 +41,9 @@ type RecordAsyncTask struct {
|
||||
|
||||
// Updated time
|
||||
UpdatedTime uint64 `json:"updatedTime"`
|
||||
|
||||
// Time of creation
|
||||
CreatedTime uint64 `json:"createdTime"`
|
||||
}
|
||||
|
||||
// Detailed information about task
|
||||
|
||||
Reference in New Issue
Block a user