pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.
Proto.POGOProtos.Inventory.Item.ItemData
data ItemData #
Constructors
Fields
Instances
Methods
(==) :: ItemData -> ItemData -> Bool #
(/=) :: ItemData -> ItemData -> Bool #
showsPrec :: Int -> ItemData -> ShowS #
show :: ItemData -> String #
showList :: [ItemData] -> ShowS #
descriptor :: MessageDescriptor ItemData
def :: ItemData
field :: ProxySym "count" -> Lens ItemData ItemData (Field "count" ItemData) (Field "count" ItemData)
field :: ProxySym "itemId" -> Lens ItemData ItemData (Field "itemId" ItemData) (Field "itemId" ItemData)
field :: ProxySym "unseen" -> Lens ItemData ItemData (Field "unseen" ItemData) (Field "unseen" ItemData)
count :: forall msg msg'. HasField "count" msg msg' => Lens msg msg' (Field "count" msg) (Field "count" msg') #
itemId :: forall msg msg'. HasField "itemId" msg msg' => Lens msg msg' (Field "itemId" msg) (Field "itemId" msg') #
unseen :: forall msg msg'. HasField "unseen" msg msg' => Lens msg msg' (Field "unseen" msg) (Field "unseen" msg') #