type
CollectionSelectionInput
type CollectionSelectionInput struct {
Where json.RawMessage `json:"where,omitempty"`
Trash bool `json:"trash,omitempty"`
}A caller filter and optional trash mode for bounded selection preflight.
Source protocol/envelope.go:159
Wherejson.RawMessage- The Where value.
Trashbool- The Trash value.