InstanceRoleType

public enum InstanceRoleType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case master = "MASTER"
  • Undocumented

    Declaration

    Swift

    case core = "CORE"
  • Undocumented

    Declaration

    Swift

    case task = "TASK"
  • Declaration

    Swift

    public var description: String { get }