BrokerStorageType

public enum BrokerStorageType : String, CustomStringConvertible, Codable

Undocumented

  • ebs

    Undocumented

    Declaration

    Swift

    case ebs = "EBS"
  • efs

    Undocumented

    Declaration

    Swift

    case efs = "EFS"
  • Declaration

    Swift

    public var description: String { get }