| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ResetNetworkStatistics
Synopsis
Documentation
data ResetNetworkStatistics Source #
Resets all network data usage statistics to zero. Can be called before authorization. Returns Ok
Constructors
| ResetNetworkStatistics |
Instances
| ToJSON ResetNetworkStatistics Source # | |
Defined in TD.Query.ResetNetworkStatistics Methods toJSON :: ResetNetworkStatistics -> Value # toEncoding :: ResetNetworkStatistics -> Encoding # toJSONList :: [ResetNetworkStatistics] -> Value # | |
| Show ResetNetworkStatistics Source # | |
Defined in TD.Query.ResetNetworkStatistics Methods showsPrec :: Int -> ResetNetworkStatistics -> ShowS # show :: ResetNetworkStatistics -> String # showList :: [ResetNetworkStatistics] -> ShowS # | |
| Eq ResetNetworkStatistics Source # | |
Defined in TD.Query.ResetNetworkStatistics Methods (==) :: ResetNetworkStatistics -> ResetNetworkStatistics -> Bool # (/=) :: ResetNetworkStatistics -> ResetNetworkStatistics -> Bool # | |
| ShortShow ResetNetworkStatistics Source # | |
Defined in TD.Query.ResetNetworkStatistics Methods | |