Record
get-params
No description available.
record get-params {
page-number: option<s32>,
page-size: option<s32>,
filter-name-starts-with: option<string>,
filter-name-contains: option<string>,
filter-name-ends-with: option<string>,
filter-country-code: option<string>,
filter-mcc: option<string>,
filter-mnc: option<string>,
filter-tadig: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| page-number | option<s32> | |
| page-size | option<s32> | |
| filter-name-starts-with | option<string> | |
| filter-name-contains | option<string> | |
| filter-name-ends-with | option<string> | |
| filter-country-code | option<string> | |
| filter-mcc | option<string> | |
| filter-mnc | option<string> | |
| filter-tadig | option<string> |