Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 282 Bytes

File metadata and controls

17 lines (11 loc) · 282 Bytes

GetStudentsForClassOrderBy

The order to sort the response by

Example Usage

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

let value: GetStudentsForClassOrderBy = "asc";

Values

"asc" | "desc"