AccessAttributes

public enum AccessAttributes : UInt32, CaseIterable, Codable

Types of access attributes.

  • The access is open.

    Declaration

    Swift

    case open
  • No access is permitted.

    Declaration

    Swift

    case noThrough
  • The access is permited after paying a toll.

    Declaration

    Swift

    case tollRoad