We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e308192 + ebf82a3 commit 68c0e25Copy full SHA for 68c0e25
resources/resources.go
@@ -196,7 +196,7 @@ type Campaign struct {
196
SendEndAt *RFC3339DateTime `mailjet:"read_only"`
197
SendStartAt *RFC3339DateTime `mailjet:"read_only"`
198
SpamassScore float64 `mailjet:"read_only"`
199
- Status int64 `mailjet:"read_only"`
+ Status string `mailjet:"read_only"`
200
Subject string `mailjet:"read_only"`
201
UnsubscribeTrackedCount int64 `mailjet:"read_only"`
202
}
0 commit comments