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