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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.GlobalSettings

Documentation

data GlobalSettings #

Instances

Eq GlobalSettings # 
Show GlobalSettings # 
Message GlobalSettings # 

Methods

descriptor :: MessageDescriptor GlobalSettings

Default GlobalSettings # 
HasField "fortSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "fortSettings" -> Lens GlobalSettings GlobalSettings (Field "fortSettings" GlobalSettings) (Field "fortSettings" GlobalSettings)

HasField "inventorySettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "inventorySettings" -> Lens GlobalSettings GlobalSettings (Field "inventorySettings" GlobalSettings) (Field "inventorySettings" GlobalSettings)

HasField "levelSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "levelSettings" -> Lens GlobalSettings GlobalSettings (Field "levelSettings" GlobalSettings) (Field "levelSettings" GlobalSettings)

HasField "mapSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "mapSettings" -> Lens GlobalSettings GlobalSettings (Field "mapSettings" GlobalSettings) (Field "mapSettings" GlobalSettings)

HasField "maybe'fortSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "maybe'fortSettings" -> Lens GlobalSettings GlobalSettings (Field "maybe'fortSettings" GlobalSettings) (Field "maybe'fortSettings" GlobalSettings)

HasField "maybe'inventorySettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "maybe'inventorySettings" -> Lens GlobalSettings GlobalSettings (Field "maybe'inventorySettings" GlobalSettings) (Field "maybe'inventorySettings" GlobalSettings)

HasField "maybe'levelSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "maybe'levelSettings" -> Lens GlobalSettings GlobalSettings (Field "maybe'levelSettings" GlobalSettings) (Field "maybe'levelSettings" GlobalSettings)

HasField "maybe'mapSettings" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "maybe'mapSettings" -> Lens GlobalSettings GlobalSettings (Field "maybe'mapSettings" GlobalSettings) (Field "maybe'mapSettings" GlobalSettings)

HasField "minimumClientVersion" GlobalSettings GlobalSettings # 

Methods

field :: ProxySym "minimumClientVersion" -> Lens GlobalSettings GlobalSettings (Field "minimumClientVersion" GlobalSettings) (Field "minimumClientVersion" GlobalSettings)

type Field "fortSettings" GlobalSettings # 
type Field "fortSettings" GlobalSettings = FortSettings
type Field "inventorySettings" GlobalSettings # 
type Field "inventorySettings" GlobalSettings = InventorySettings
type Field "levelSettings" GlobalSettings # 
type Field "levelSettings" GlobalSettings = LevelSettings
type Field "mapSettings" GlobalSettings # 
type Field "mapSettings" GlobalSettings = MapSettings
type Field "maybe'fortSettings" GlobalSettings # 
type Field "maybe'fortSettings" GlobalSettings = Maybe FortSettings
type Field "maybe'inventorySettings" GlobalSettings # 
type Field "maybe'inventorySettings" GlobalSettings = Maybe InventorySettings
type Field "maybe'levelSettings" GlobalSettings # 
type Field "maybe'levelSettings" GlobalSettings = Maybe LevelSettings
type Field "maybe'mapSettings" GlobalSettings # 
type Field "maybe'mapSettings" GlobalSettings = Maybe MapSettings
type Field "minimumClientVersion" GlobalSettings # 
type Field "minimumClientVersion" GlobalSettings = Text

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

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

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

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

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

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

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

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

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