Limits
public struct Limits : Codable
The limits fields for JSON requests (SwiftlyKodi Type)
-
Init the limits
Declaration
Swift
public init(end: Int = -1, start: Int = 0)
-
The end of the limit
Declaration
Swift
public var end: Int
-
The start of the limit
Declaration
Swift
public var start: Int