OZEventTypeCount
public struct OZEventTypeCount : Decodable, Equatable, Sendable
Count of events broken down by type.
-
Undocumented
Declaration
Swift
public let eventType: String -
Undocumented
Declaration
Swift
public let count: Int64 -
Undocumented
Declaration
Swift
public init(eventType: String, count: Int64) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash