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 4a03c37 + cb9296a commit e308192Copy full SHA for e308192
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 string `mailjet:"read_only"`
+ Status int64 `mailjet:"read_only"`
200
Subject string `mailjet:"read_only"`
201
UnsubscribeTrackedCount int64 `mailjet:"read_only"`
202
}
0 commit comments