RecapResponse

public struct RecapResponse : Codable

A root object that stores information about a collection of recaps.

Properties

  • The data included in the response for an recap object request.

    Declaration

    Swift

    public let data: [Recap]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?