pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.
Proto.POGOProtos.Networking.Requests.Messages.DownloadSettingsMessage
data DownloadSettingsMessage Source #
Constructors
Fields
Instances
Methods
(==) :: DownloadSettingsMessage -> DownloadSettingsMessage -> Bool #
(/=) :: DownloadSettingsMessage -> DownloadSettingsMessage -> Bool #
showsPrec :: Int -> DownloadSettingsMessage -> ShowS #
show :: DownloadSettingsMessage -> String #
showList :: [DownloadSettingsMessage] -> ShowS #
def :: DownloadSettingsMessage #
descriptor :: MessageDescriptor DownloadSettingsMessage #
field :: ProxySym "hash" -> Lens DownloadSettingsMessage DownloadSettingsMessage (Field "hash" DownloadSettingsMessage) (Field "hash" DownloadSettingsMessage) #
hash :: forall msg msg'. HasField "hash" msg msg' => Lens msg msg' (Field "hash" msg) (Field "hash" msg') Source #