ServiceType

public enum ServiceType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case data = "DATA"
  • Undocumented

    Declaration

    Swift

    case credentialProvider = "CREDENTIAL_PROVIDER"
  • Undocumented

    Declaration

    Swift

    case jobs = "JOBS"
  • Declaration

    Swift

    public var description: String { get }