AdminAlertingAlertStateChangedDetails
public class AdminAlertingAlertStateChangedDetails : CustomStringConvertible, JSONRepresentable
Changed an alert state.
-
Alert name.
Declaration
Swift
public let alertName: String -
Alert severity.
Declaration
Swift
public let alertSeverity: TeamLog.AdminAlertSeverityEnum -
Alert category.
Declaration
Swift
public let alertCategory: TeamLog.AdminAlertCategoryEnum -
Alert ID.
Declaration
Swift
public let alertInstanceId: String -
Alert state before the change.
Declaration
Swift
public let previousValue: TeamLog.AdminAlertGeneralStateEnum -
Alert state after the change.
Declaration
Swift
public let newValue: TeamLog.AdminAlertGeneralStateEnum -
Declaration
Swift
public var description: String { get }
View on GitHub
AdminAlertingAlertStateChangedDetails Class Reference