mirror of
https://github.com/rclone/rclone.git
synced 2024-11-30 12:25:29 +01:00
12 lines
225 B
Go
12 lines
225 B
Go
|
package src
|
||
|
|
||
|
// ResourceInfoRequestOptions struct
|
||
|
type ResourceInfoRequestOptions struct {
|
||
|
SortMode *SortMode
|
||
|
Limit *uint32
|
||
|
Offset *uint32
|
||
|
Fields []string
|
||
|
PreviewSize *PreviewSize
|
||
|
PreviewCrop *bool
|
||
|
}
|