mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +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
|
|
}
|