Record
get-ips-params
No description available.
record get-ips-params {
ip: option<string>,
exclude-whitelabels: option<bool>,
limit: option<s32>,
offset: option<s32>,
subuser: option<string>,
sort-by-direction: option<get-ips-sort-by-direction-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| ip | option<string> | |
| exclude-whitelabels | option<bool> | |
| limit | option<s32> | |
| offset | option<s32> | |
| subuser | option<string> | |
| sort-by-direction | option<get-ips-sort-by-direction-enum> |