SessionResponse

public struct SessionResponse : Codable

A root object that stores information about a session response.

Properties

  • The data included in the repsonse 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?