Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.55 KB

File metadata and controls

26 lines (21 loc) · 1.55 KB

AccountWithFollowerStats

Properties

Name Type Description Notes
_id Option<String> [optional]
platform Option<String> [optional]
profile_id Option<models::SocialAccountProfileId> [optional]
username Option<String> [optional]
display_name Option<String> [optional]
profile_url Option<String> Full profile URL for the connected account on its platform. [optional]
is_active Option<bool> [optional]
followers_count Option<f64> Follower count (only included if user has analytics add-on) [optional]
followers_last_updated Option<String> Last time follower count was updated (only included if user has analytics add-on) [optional]
profile_picture Option<String> [optional]
current_followers Option<f64> Current follower count [optional]
last_updated Option<String> [optional]
growth Option<f64> Follower change over period [optional]
growth_percentage Option<f64> Percentage growth [optional]
data_points Option<f64> Number of historical snapshots [optional]
account_stats Option<models::AccountWithFollowerStatsAllOfAccountStats> [optional]

[Back to Model list] [Back to API list] [Back to README]