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