| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Map.Fort.FortLureInfo
Documentation
data FortLureInfo #
Constructors
| FortLureInfo | |
Instances
| Eq FortLureInfo # | |
| Show FortLureInfo # | |
| Message FortLureInfo # | |
| Default FortLureInfo # | |
| HasField "activePokemonId" FortLureInfo FortLureInfo # | |
| HasField "encounterId" FortLureInfo FortLureInfo # | |
| HasField "fortId" FortLureInfo FortLureInfo # | |
| HasField "lureExpiresTimestampMs" FortLureInfo FortLureInfo # | |
| type Field "activePokemonId" FortLureInfo # | |
| type Field "encounterId" FortLureInfo # | |
| type Field "fortId" FortLureInfo # | |
| type Field "lureExpiresTimestampMs" FortLureInfo # | |
activePokemonId :: forall msg msg'. HasField "activePokemonId" msg msg' => Lens msg msg' (Field "activePokemonId" msg) (Field "activePokemonId" msg') #
encounterId :: forall msg msg'. HasField "encounterId" msg msg' => Lens msg msg' (Field "encounterId" msg) (Field "encounterId" msg') #
fortId :: forall msg msg'. HasField "fortId" msg msg' => Lens msg msg' (Field "fortId" msg) (Field "fortId" msg') #
lureExpiresTimestampMs :: forall msg msg'. HasField "lureExpiresTimestampMs" msg msg' => Lens msg msg' (Field "lureExpiresTimestampMs" msg) (Field "lureExpiresTimestampMs" msg') #