PlatformResponse
public struct PlatformResponse : Codable
A root object that stores information about a collection of platforms.
-
The data included in the response for a platform object request.
Declaration
Swift
public let data: [Platform]