| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Data.Battle.BattleResults
Documentation
data BattleResults #
Constructors
| BattleResults | |
Instances
| Eq BattleResults # | |
| Show BattleResults # | |
| Message BattleResults # | |
| Default BattleResults # | |
| HasField "attackers" BattleResults BattleResults # | |
| HasField "gymPointsDelta" BattleResults BattleResults # | |
| HasField "gymState" BattleResults BattleResults # | |
| HasField "maybe'gymState" BattleResults BattleResults # | |
| HasField "nextDefenderPokemonId" BattleResults BattleResults # | |
| HasField "playerExperienceAwarded" BattleResults BattleResults # | |
| type Field "attackers" BattleResults # | |
| type Field "gymPointsDelta" BattleResults # | |
| type Field "gymState" BattleResults # | |
| type Field "maybe'gymState" BattleResults # | |
| type Field "nextDefenderPokemonId" BattleResults # | |
| type Field "playerExperienceAwarded" BattleResults # | |
attackers :: forall msg msg'. HasField "attackers" msg msg' => Lens msg msg' (Field "attackers" msg) (Field "attackers" msg') #
gymPointsDelta :: forall msg msg'. HasField "gymPointsDelta" msg msg' => Lens msg msg' (Field "gymPointsDelta" msg) (Field "gymPointsDelta" msg') #
gymState :: forall msg msg'. HasField "gymState" msg msg' => Lens msg msg' (Field "gymState" msg) (Field "gymState" msg') #
maybe'gymState :: forall msg msg'. HasField "maybe'gymState" msg msg' => Lens msg msg' (Field "maybe'gymState" msg) (Field "maybe'gymState" msg') #
nextDefenderPokemonId :: forall msg msg'. HasField "nextDefenderPokemonId" msg msg' => Lens msg msg' (Field "nextDefenderPokemonId" msg) (Field "nextDefenderPokemonId" msg') #
playerExperienceAwarded :: forall msg msg'. HasField "playerExperienceAwarded" msg msg' => Lens msg msg' (Field "playerExperienceAwarded" msg) (Field "playerExperienceAwarded" msg') #