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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.GetInventoryResponse

Documentation

data GetInventoryResponse Source #

Instances

Eq GetInventoryResponse Source # 
Show GetInventoryResponse Source # 
Default GetInventoryResponse Source # 
Message GetInventoryResponse Source # 
HasField "inventoryDelta" GetInventoryResponse GetInventoryResponse Source # 

Methods

field :: ProxySym "inventoryDelta" -> Lens GetInventoryResponse GetInventoryResponse (Field "inventoryDelta" GetInventoryResponse) (Field "inventoryDelta" GetInventoryResponse) #

HasField "maybe'inventoryDelta" GetInventoryResponse GetInventoryResponse Source # 

Methods

field :: ProxySym "maybe'inventoryDelta" -> Lens GetInventoryResponse GetInventoryResponse (Field "maybe'inventoryDelta" GetInventoryResponse) (Field "maybe'inventoryDelta" GetInventoryResponse) #

HasField "success" GetInventoryResponse GetInventoryResponse Source # 
type Field "inventoryDelta" GetInventoryResponse Source # 
type Field "inventoryDelta" GetInventoryResponse = InventoryDelta
type Field "maybe'inventoryDelta" GetInventoryResponse Source # 
type Field "maybe'inventoryDelta" GetInventoryResponse = Maybe InventoryDelta
type Field "success" GetInventoryResponse Source # 

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

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

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