You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/tem/v1alpha1/tem_sdk.go
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,7 @@ var (
39
39
_=namegenerator.GetRandomName
40
40
)
41
41
42
-
// API: tem.
43
-
// Transactional Email API documentation.
42
+
// API: transactional Email API.
44
43
typeAPIstruct {
45
44
client*scw.Client
46
45
}
@@ -292,7 +291,7 @@ type Statistics struct {
292
291
SentCountuint32`json:"sent_count"`
293
292
// FailedCount: number of emails in the final `failed` state. This means emails that have been refused by the target mail system with a final error status.
294
293
FailedCountuint32`json:"failed_count"`
295
-
// CanceledCount: number of emails in the final `canceled` state. This meanns emails that have been canceled upon request.
294
+
// CanceledCount: number of emails in the final `canceled` state. This means emails that have been canceled upon request.
0 commit comments