| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Responses.GetInventoryResponse
Documentation
data GetInventoryResponse Source #
Constructors
| GetInventoryResponse | |
Instances
| Eq GetInventoryResponse Source # | |
| Show GetInventoryResponse Source # | |
| Default GetInventoryResponse Source # | |
| Message GetInventoryResponse Source # | |
| HasField "inventoryDelta" GetInventoryResponse GetInventoryResponse Source # | |
| HasField "maybe'inventoryDelta" GetInventoryResponse GetInventoryResponse Source # | |
| HasField "success" GetInventoryResponse GetInventoryResponse Source # | |
| type Field "inventoryDelta" GetInventoryResponse Source # | |
| type Field "maybe'inventoryDelta" GetInventoryResponse Source # | |
| type Field "success" GetInventoryResponse Source # | |
inventoryDelta :: forall msg msg'. HasField "inventoryDelta" msg msg' => Lens msg msg' (Field "inventoryDelta" msg) (Field "inventoryDelta" msg') Source #