ParentType

public enum ParentType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case root = "ROOT"
  • Undocumented

    Declaration

    Swift

    case organizationalUnit = "ORGANIZATIONAL_UNIT"
  • Declaration

    Swift

    public var description: String { get }