overdue
This commit is contained in:
12
.rclone_repo/backend/yandex/api/resource_list.go
Executable file
12
.rclone_repo/backend/yandex/api/resource_list.go
Executable file
@@ -0,0 +1,12 @@
|
||||
package src
|
||||
|
||||
// ResourceListResponse struct
|
||||
type ResourceListResponse struct {
|
||||
Sort *SortMode `json:"sort"`
|
||||
PublicKey string `json:"public_key"`
|
||||
Items []ResourceInfoResponse `json:"items"`
|
||||
Path string `json:"path"`
|
||||
Limit *uint64 `json:"limit"`
|
||||
Offset *uint64 `json:"offset"`
|
||||
Total *uint64 `json:"total"`
|
||||
}
|
||||
Reference in New Issue
Block a user