PlatformResponse

public struct PlatformResponse : Codable

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

Properties

  • The data included in the repsonse for a platform object request.

    Declaration

    Swift

    public let data: [Platform]