Activity
public struct Activity : Codable, Hashable
Represents a weekly bucket of instance activity.
-
Undocumented
Declaration
Swift
public init(week: Date, posts: Int, logins: Int, registrations: Int)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws