FavoriteLibraryResponse

public struct FavoriteLibraryResponse : Codable

A root object that stores information about a collection of favorite libraries.

Properties

  • The data included in the response for a favorite library object request.

    Declaration

    Swift

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

    Declaration

    Swift

    public let next: String?