ServiceType

public struct ServiceType : Codable

Service type model.

Properties

  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let enabled: Bool