UpdateType

public enum UpdateType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case versionupdate = "VersionUpdate"
  • Undocumented

    Declaration

    Swift

    case endpointaccessupdate = "EndpointAccessUpdate"
  • Undocumented

    Declaration

    Swift

    case loggingupdate = "LoggingUpdate"
  • Undocumented

    Declaration

    Swift

    case configupdate = "ConfigUpdate"
  • Declaration

    Swift

    public var description: String { get }