| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.API.Mandrill.Messages.Types
Documentation
data MessagesSendRq Source
Constructors
| MessagesSendRq | |
Fields
| |
Instances
| Show MessagesSendRq | |
| ToJSON MessagesSendRq | |
| FromJSON MessagesSendRq |
msrq_send_at :: Lens' MessagesSendRq (Maybe UTCTime) Source
msrq_message :: Lens' MessagesSendRq MandrillMessage Source
msrq_key :: Lens' MessagesSendRq MandrillKey Source
msrq_ip_pool :: Lens' MessagesSendRq (Maybe Text) Source
msrq_async :: Lens' MessagesSendRq (Maybe Bool) Source
data MessagesResponse Source
Constructors
| MessagesResponse | |
Fields
| |
Instances
| Show MessagesResponse | |
| ToJSON MessagesResponse | |
| FromJSON MessagesResponse |
mres_email :: Lens' MessagesResponse Text Source
mres__id :: Lens' MessagesResponse Text Source