Platform

public struct Platform : Codable

A root object that stores information about a platform resource.

Properties

  • The type of the resource.

    Declaration

    Swift

    public let type: String
  • The attributes belonging to the platform.

    Declaration

    Swift

    public let attributes: Platform.Attributes
  • A root object that stores information about a single platform, such as the platform’s system name, version, and device vendor.

    See more

    Declaration

    Swift

    public struct Attributes : Codable