SessionResponse
public struct SessionResponse : Codable
A root object that stores information about a session response.
-
The data included in the response for a session object request.
Declaration
Swift
public let data: [Session]
-
The realtive URL to the next page in the paginated response.
Declaration
Swift
public let next: String?