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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.FortSearchResponse

Documentation

data FortSearchResponse Source #

Instances

Eq FortSearchResponse Source # 
Show FortSearchResponse Source # 
Default FortSearchResponse Source # 
Message FortSearchResponse Source # 
HasField "chainHackSequenceNumber" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "chainHackSequenceNumber" -> Lens FortSearchResponse FortSearchResponse (Field "chainHackSequenceNumber" FortSearchResponse) (Field "chainHackSequenceNumber" FortSearchResponse) #

HasField "cooldownCompleteTimestampMs" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "cooldownCompleteTimestampMs" -> Lens FortSearchResponse FortSearchResponse (Field "cooldownCompleteTimestampMs" FortSearchResponse) (Field "cooldownCompleteTimestampMs" FortSearchResponse) #

HasField "experienceAwarded" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "experienceAwarded" -> Lens FortSearchResponse FortSearchResponse (Field "experienceAwarded" FortSearchResponse) (Field "experienceAwarded" FortSearchResponse) #

HasField "gemsAwarded" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "gemsAwarded" -> Lens FortSearchResponse FortSearchResponse (Field "gemsAwarded" FortSearchResponse) (Field "gemsAwarded" FortSearchResponse) #

HasField "itemsAwarded" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "itemsAwarded" -> Lens FortSearchResponse FortSearchResponse (Field "itemsAwarded" FortSearchResponse) (Field "itemsAwarded" FortSearchResponse) #

HasField "maybe'pokemonDataEgg" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "maybe'pokemonDataEgg" -> Lens FortSearchResponse FortSearchResponse (Field "maybe'pokemonDataEgg" FortSearchResponse) (Field "maybe'pokemonDataEgg" FortSearchResponse) #

HasField "pokemonDataEgg" FortSearchResponse FortSearchResponse Source # 

Methods

field :: ProxySym "pokemonDataEgg" -> Lens FortSearchResponse FortSearchResponse (Field "pokemonDataEgg" FortSearchResponse) (Field "pokemonDataEgg" FortSearchResponse) #

HasField "result" FortSearchResponse FortSearchResponse Source # 
type Field "chainHackSequenceNumber" FortSearchResponse Source # 
type Field "chainHackSequenceNumber" FortSearchResponse = Int32
type Field "cooldownCompleteTimestampMs" FortSearchResponse Source # 
type Field "cooldownCompleteTimestampMs" FortSearchResponse = Int64
type Field "experienceAwarded" FortSearchResponse Source # 
type Field "experienceAwarded" FortSearchResponse = Int32
type Field "gemsAwarded" FortSearchResponse Source # 
type Field "gemsAwarded" FortSearchResponse = Int32
type Field "itemsAwarded" FortSearchResponse Source # 
type Field "itemsAwarded" FortSearchResponse = [ItemAward]
type Field "maybe'pokemonDataEgg" FortSearchResponse Source # 
type Field "maybe'pokemonDataEgg" FortSearchResponse = Maybe PokemonData
type Field "pokemonDataEgg" FortSearchResponse Source # 
type Field "pokemonDataEgg" FortSearchResponse = PokemonData
type Field "result" FortSearchResponse Source # 

data FortSearchResponse'Result Source #

Instances

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

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

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

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

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

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

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

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

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