pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.FortDeployPokemonResponse

Documentation

data FortDeployPokemonResponse Source #

Instances

Eq FortDeployPokemonResponse Source # 
Show FortDeployPokemonResponse Source # 
Default FortDeployPokemonResponse Source # 
Message FortDeployPokemonResponse Source # 
HasField "fortDetails" FortDeployPokemonResponse FortDeployPokemonResponse Source # 
HasField "gymState" FortDeployPokemonResponse FortDeployPokemonResponse Source # 
HasField "maybe'fortDetails" FortDeployPokemonResponse FortDeployPokemonResponse Source # 

Methods

field :: ProxySym "maybe'fortDetails" -> Lens FortDeployPokemonResponse FortDeployPokemonResponse (Field "maybe'fortDetails" FortDeployPokemonResponse) (Field "maybe'fortDetails" FortDeployPokemonResponse) #

HasField "maybe'gymState" FortDeployPokemonResponse FortDeployPokemonResponse Source # 
HasField "maybe'pokemonData" FortDeployPokemonResponse FortDeployPokemonResponse Source # 

Methods

field :: ProxySym "maybe'pokemonData" -> Lens FortDeployPokemonResponse FortDeployPokemonResponse (Field "maybe'pokemonData" FortDeployPokemonResponse) (Field "maybe'pokemonData" FortDeployPokemonResponse) #

HasField "pokemonData" FortDeployPokemonResponse FortDeployPokemonResponse Source # 
HasField "result" FortDeployPokemonResponse FortDeployPokemonResponse Source # 
type Field "fortDetails" FortDeployPokemonResponse Source # 
type Field "gymState" FortDeployPokemonResponse Source # 
type Field "maybe'fortDetails" FortDeployPokemonResponse Source # 
type Field "maybe'gymState" FortDeployPokemonResponse Source # 
type Field "maybe'pokemonData" FortDeployPokemonResponse Source # 
type Field "pokemonData" FortDeployPokemonResponse Source # 
type Field "result" FortDeployPokemonResponse Source # 

data FortDeployPokemonResponse'Result Source #

Instances

Bounded FortDeployPokemonResponse'Result Source # 
Enum FortDeployPokemonResponse'Result Source # 
Eq FortDeployPokemonResponse'Result Source # 
Show FortDeployPokemonResponse'Result Source # 
Default FortDeployPokemonResponse'Result Source # 
FieldDefault FortDeployPokemonResponse'Result Source # 
MessageEnum FortDeployPokemonResponse'Result Source # 

fortDetails :: forall msg msg'. HasField "fortDetails" msg msg' => Lens msg msg' (Field "fortDetails" msg) (Field "fortDetails" msg') Source #

gymState :: forall msg msg'. HasField "gymState" msg msg' => Lens msg msg' (Field "gymState" msg) (Field "gymState" msg') Source #

maybe'fortDetails :: forall msg msg'. HasField "maybe'fortDetails" msg msg' => Lens msg msg' (Field "maybe'fortDetails" msg) (Field "maybe'fortDetails" msg') Source #

maybe'gymState :: forall msg msg'. HasField "maybe'gymState" msg msg' => Lens msg msg' (Field "maybe'gymState" msg) (Field "maybe'gymState" msg') Source #

maybe'pokemonData :: forall msg msg'. HasField "maybe'pokemonData" msg msg' => Lens msg msg' (Field "maybe'pokemonData" msg) (Field "maybe'pokemonData" msg') Source #

pokemonData :: forall msg msg'. HasField "pokemonData" msg msg' => Lens msg msg' (Field "pokemonData" msg) (Field "pokemonData" msg') Source #

result :: forall msg msg'. HasField "result" msg msg' => Lens msg msg' (Field "result" msg) (Field "result" msg') Source #