EnvironmentHealth

public enum EnvironmentHealth : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case green = "Green"
  • Undocumented

    Declaration

    Swift

    case yellow = "Yellow"
  • red

    Undocumented

    Declaration

    Swift

    case red = "Red"
  • Undocumented

    Declaration

    Swift

    case grey = "Grey"
  • Declaration

    Swift

    public var description: String { get }