Record
info-response
No description available.
record info-response {
address: option<string>,
clicks: option<s32>,
complaints: option<s32>,
created-at: option<string>,
hard-bounces: option<s32>,
opens: option<s32>,
rejects: option<s32>,
sent: option<s32>,
soft-bounces: option<s32>,
stats: option<info-response-stats>,
unsubs: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| clicks | option<s32> | |
| complaints | option<s32> | |
| created-at | option<string> | |
| hard-bounces | option<s32> | |
| opens | option<s32> | |
| rejects | option<s32> | |
| sent | option<s32> | |
| soft-bounces | option<s32> | |
| stats | option<info-response-stats> | |
| unsubs | option<s32> |