Record

list-op-params

No description available.

record list-op-params {
  token: string,
  user: option​<string>,
  full: option​<bool>,
  count: option​<s32>,
  page: option​<s32>,
  cursor: option​<string>,
  limit: option​<s32>,
}

Fields

NameTypeDescription
tokenstring
useroption​<string>
fulloption​<bool>
countoption​<s32>
pageoption​<s32>
cursoroption​<string>
limitoption​<s32>