Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 268 Bytes

File metadata and controls

17 lines (11 loc) · 268 Bytes

GetAllStudentsOrderBy

The order to sort the response by

Example Usage

import { GetAllStudentsOrderBy } from "@superbuilders/oneroster/models/operations";

let value: GetAllStudentsOrderBy = "desc";

Values

"asc" | "desc"