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

NameTypeDescription
page-numberoption​<s32>
page-sizeoption​<s32>
filter-name-starts-withoption​<string>
filter-name-containsoption​<string>
filter-name-ends-withoption​<string>
filter-country-codeoption​<string>
filter-mccoption​<string>
filter-mncoption​<string>
filter-tadigoption​<string>