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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.DownloadSettingsResponse

Documentation

data DownloadSettingsResponse Source #

Instances

Eq DownloadSettingsResponse Source # 
Show DownloadSettingsResponse Source # 
Default DownloadSettingsResponse Source # 
Message DownloadSettingsResponse Source # 
HasField "error" DownloadSettingsResponse DownloadSettingsResponse Source # 
HasField "hash" DownloadSettingsResponse DownloadSettingsResponse Source # 
HasField "maybe'settings" DownloadSettingsResponse DownloadSettingsResponse Source # 
HasField "settings" DownloadSettingsResponse DownloadSettingsResponse Source # 
type Field "error" DownloadSettingsResponse Source # 
type Field "hash" DownloadSettingsResponse Source # 
type Field "maybe'settings" DownloadSettingsResponse Source # 
type Field "settings" DownloadSettingsResponse Source # 

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

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

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

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