Struct rlstats::Season
[−]
[src]
pub struct Season {
pub season_id: i64,
pub started_on: i64,
pub ended_on: Option<i64>,
}A RocketLeague season.
Fields
season_id: i64
1, 2, 3, 4 and onwards.
started_on: i64
This is a unix timestamp.
ended_on: Option<i64>
This is a unix timestamp.
This field will be None if the season has not yet ended.