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

NameTypeDescription
addressoption​<string>
clicksoption​<s32>
complaintsoption​<s32>
created-atoption​<string>
hard-bouncesoption​<s32>
opensoption​<s32>
rejectsoption​<s32>
sentoption​<s32>
soft-bouncesoption​<s32>
statsoption​<info-response-stats>
unsubsoption​<s32>