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.
1 parent 4a03c37 commit cb9296aCopy full SHA for cb9296a
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