Skip to content

User_UserProfileMetrics

daneden edited this page Jan 19, 2022 · 2 revisions

User.UserProfileMetrics

Public metrics relating to the user

public struct UserProfileMetrics: Codable 

Inheritance

Codable

Properties

followersCount

The number of followers for this user

public let followersCount: Int

followingCount

The number of users this user is following

public let followingCount: Int

listedCount

The number of lists of which this user is a member

public let listedCount: Int
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally