ObjectType

public enum ObjectType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case node = "NODE"
  • Undocumented

    Declaration

    Swift

    case leafNode = "LEAF_NODE"
  • Undocumented

    Declaration

    Swift

    case policy = "POLICY"
  • Undocumented

    Declaration

    Swift

    case index = "INDEX"
  • Declaration

    Swift

    public var description: String { get }