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