EnrollmentChangeEvent
public struct EnrollmentChangeEvent
extension EnrollmentChangeEvent: Sendable
extension EnrollmentChangeEvent: Equatable, Hashable
-
Declaration
Swift
public var experimentSlug: String -
Declaration
Swift
public var branchSlug: String -
Declaration
Swift
public var reason: String? -
Declaration
Swift
public var change: EnrollmentChangeEventType -
Declaration
Swift
public init(experimentSlug: String, branchSlug: String, reason: String?, change: EnrollmentChangeEventType) -
Declaration
Swift
public static func == (lhs: EnrollmentChangeEvent, rhs: EnrollmentChangeEvent) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)