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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Inventory.Item.ItemData

Documentation

data ItemData Source #

Instances

Eq ItemData Source # 
Show ItemData Source # 
Default ItemData Source # 

Methods

def :: ItemData #

Message ItemData Source # 
HasField "count" ItemData ItemData Source # 

Methods

field :: ProxySym "count" -> Lens ItemData ItemData (Field "count" ItemData) (Field "count" ItemData) #

HasField "itemId" ItemData ItemData Source # 

Methods

field :: ProxySym "itemId" -> Lens ItemData ItemData (Field "itemId" ItemData) (Field "itemId" ItemData) #

HasField "unseen" ItemData ItemData Source # 

Methods

field :: ProxySym "unseen" -> Lens ItemData ItemData (Field "unseen" ItemData) (Field "unseen" ItemData) #

type Field "count" ItemData Source # 
type Field "count" ItemData = Int32
type Field "itemId" ItemData Source # 
type Field "itemId" ItemData = ItemId
type Field "unseen" ItemData Source # 
type Field "unseen" ItemData = Bool

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

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

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