View Source Fpl.Types.ElementSeasonHistory (fpl v0.1.0)
The Fpl Element Season History
Summary
Types
@type t() :: %Fpl.Types.ElementSeasonHistory{ assists: integer(), bonus: integer(), bps: integer(), clean_sheets: integer(), creativity: float(), ea_index: float(), element_code: integer(), end_cost: integer(), expected_assists: float(), expected_goal_involvements: float(), expected_goals: float(), expected_goals_conceded: float(), goals_conceded: integer(), goals_scored: integer(), ict_index: float(), id: integer(), influence: float(), is_home: boolean(), minutes: integer(), own_goals: integer(), penalties_missed: integer(), penalties_saved: integer(), red_cards: integer(), saves: integer(), season_name: String.t(), start_cost: integer(), threat: float(), total_points: integer(), yellow_cards: integer() }