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