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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.GlobalSettings

Documentation

data GlobalSettings Source #

Instances

Eq GlobalSettings Source # 
Show GlobalSettings Source # 
Default GlobalSettings Source # 

Methods

def :: GlobalSettings #

Message GlobalSettings Source # 
HasField "fortSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "inventorySettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "levelSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "mapSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "maybe'fortSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "maybe'inventorySettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "maybe'levelSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "maybe'mapSettings" GlobalSettings GlobalSettings Source # 

Methods

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

HasField "minimumClientVersion" GlobalSettings GlobalSettings Source # 

Methods

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

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

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

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

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

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

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

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

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

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

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