AutoRollbackEvent

public enum AutoRollbackEvent : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case deploymentFailure = "DEPLOYMENT_FAILURE"
  • Undocumented

    Declaration

    Swift

    case deploymentStopOnAlarm = "DEPLOYMENT_STOP_ON_ALARM"
  • Undocumented

    Declaration

    Swift

    case deploymentStopOnRequest = "DEPLOYMENT_STOP_ON_REQUEST"
  • Declaration

    Swift

    public var description: String { get }