Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ImportedContacts Source #
ImportedContacts | Represents the result of an importContacts request |
|
Instances
FromJSON ImportedContacts Source # | |
Defined in TD.Data.ImportedContacts parseJSON :: Value -> Parser ImportedContacts # parseJSONList :: Value -> Parser [ImportedContacts] # | |
Show ImportedContacts Source # | |
Defined in TD.Data.ImportedContacts showsPrec :: Int -> ImportedContacts -> ShowS # show :: ImportedContacts -> String # showList :: [ImportedContacts] -> ShowS # | |
Eq ImportedContacts Source # | |
Defined in TD.Data.ImportedContacts (==) :: ImportedContacts -> ImportedContacts -> Bool # (/=) :: ImportedContacts -> ImportedContacts -> Bool # | |
ShortShow ImportedContacts Source # | |
Defined in TD.Data.ImportedContacts shortShow :: ImportedContacts -> String Source # |