Status

public enum Status

The status of the parking

  • The parking is opened

    Declaration

    Swift

    case open
  • The parking is fuill

    Declaration

    Swift

    case full
  • Status is not available

    Declaration

    Swift

    case notAvailable
  • Pakring is closed

    Declaration

    Swift

    case closed