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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.FortRecallPokemonResponse

Documentation

data FortRecallPokemonResponse Source #

Instances

Eq FortRecallPokemonResponse Source # 
Show FortRecallPokemonResponse Source # 
Default FortRecallPokemonResponse Source # 
Message FortRecallPokemonResponse Source # 
HasField "fortDetails" FortRecallPokemonResponse FortRecallPokemonResponse Source # 
HasField "maybe'fortDetails" FortRecallPokemonResponse FortRecallPokemonResponse Source # 

Methods

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

HasField "result" FortRecallPokemonResponse FortRecallPokemonResponse Source # 
type Field "fortDetails" FortRecallPokemonResponse Source # 
type Field "maybe'fortDetails" FortRecallPokemonResponse Source # 
type Field "result" FortRecallPokemonResponse Source # 

data FortRecallPokemonResponse'Result Source #

Instances

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

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

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

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