Copyright | (C) 2017- Mark Andrus Roberts |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
Stability | provisional |
Safe Haskell | None |
Language | Haskell98 |
Twilio.UsageRecord
Contents
Description
Resource
data UsageRecord Source #
Constructors
UsageRecord | |
Instances
Eq UsageRecord Source # | |
Defined in Twilio.UsageRecord | |
Show UsageRecord Source # | |
Defined in Twilio.UsageRecord Methods showsPrec :: Int -> UsageRecord -> ShowS # show :: UsageRecord -> String # showList :: [UsageRecord] -> ShowS # | |
FromJSON UsageRecord Source # | |
Defined in Twilio.UsageRecord | |
List UsageRecords UsageRecord Source # | |
Defined in Twilio.UsageRecords Methods getListWrapper :: Wrapper (Maybe PagingInformation -> [UsageRecord] -> UsageRecords) Source # getList :: UsageRecords -> [UsageRecord] Source # getPlural :: Const Text (UsageRecords, UsageRecord) Source # |