ServiceType

public struct ServiceType : Codable, Sendable, Hashable

Service type model.

  • id

    Declaration

    Swift

    public let id: Int
  • Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public let enabled: Bool