UpdateType

public struct UpdateType : Codable, Equatable

Type of Update.

Properties

  • Name of update type.

    Declaration

    Swift

    public let name: String
  • ID of update type.

    Declaration

    Swift

    public let number: Int?