Struct rlstats::Population
[−]
[src]
pub struct Population {
pub players: i32,
pub updated_at: i64,
}Population of a Playlist.
Fields
players: i32
Number of players currently playing the playlist.
updated_at: i64
This is a unix timestamp.