Wasm Directoryalpha
Record

lists-parents-list-response

No description available.

record lists-parents-list-response {
  count: s32,
  next: option​<string>,
  previous: option​<string>,
  results: list​<platform-parent-single>,
}

Fields

NameTypeDescription
counts32
nextoption​<string>
previousoption​<string>
resultslist​<platform-parent-single>