File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,12 @@ type Batchjob struct {
148
148
}
149
149
150
150
type Contactsjob struct {
151
- Count int64
152
- Error string
153
- ErrorFile string
154
- Status string
155
- JobStart string
156
- JobEnd string
151
+ Count int64
152
+ Error string
153
+ ErrorFile string
154
+ Status string
155
+ JobStart string
156
+ JobEnd string
157
157
}
158
158
159
159
// Bouncestatistics: Statistics on the bounces generated by emails sent on a given API Key.
@@ -425,7 +425,7 @@ type ContactslistManageManyContacts struct {
425
425
}
426
426
427
427
type Job struct {
428
- JobID int64
428
+ JobID int64
429
429
}
430
430
431
431
// ContactslistImportList: Import the contacts of another contact list into the current list and apply the specified action on imported contacts.
@@ -642,6 +642,7 @@ type Message struct {
642
642
MessageSize int64 `json:",omitempty"`
643
643
SpamassassinScore float64 `json:",omitempty"`
644
644
SpamassRules string `json:",omitempty"`
645
+ Subject string `json:",omitempty"`
645
646
StateID int64 `json:",omitempty"`
646
647
StatePermanent bool `json:",omitempty"`
647
648
Status string `json:",omitempty"`
You can’t perform that action at this time.
0 commit comments