Record
get-groups-params
No description available.
record get-groups-params {
filter-term: option<string>,
fields: option<list<string>>,
limit: option<s64>,
offset: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| filter-term | option<string> | |
| fields | option<list<string>> | |
| limit | option<s64> | |
| offset | option<s64> |