Wasm Directoryalpha
Record

get-files-params

No description available.

record get-files-params {
  created: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  purpose: option​<get-files-purpose-enum>,
  starting-after: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
createdoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
purposeoption​<get-files-purpose-enum>
starting-afteroption​<string>
dataoption​<string>