Enumeration
PageLimit
public enum PageLimit
The bounds of the number of elements one can get when requesting a paginated list of resources.
These values are from the Pagination documentation and may be subject to change.
Properties
`default`
public static let `default` = 10
The default number of resources requested per page if no limit is specified.
Defined by SimpleMDM's online documentation at the time of writing.