mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 05:33:11 +08:00
8 lines
195 B
Go
8 lines
195 B
Go
package src
|
|
|
|
// LastUploadedResourceListResponse struct
|
|
type LastUploadedResourceListResponse struct {
|
|
Items []ResourceInfoResponse `json:"items"`
|
|
Limit *uint64 `json:"limit"`
|
|
}
|