SimpleMDM-Swift Documentation

Enumeration Page​Limit

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

min

public static let min = 1

The minimum number of resources one can request per page.

max

public static let max = 100

The maximum number of resources one can request per page.

`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.