-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_operation19.go
65 lines (46 loc) · 1.16 KB
/
import_operation19.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
* Moosend API
*
* TODO: Add a description
*
* OpenAPI spec version: 1.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
package Moosend.Wrappers.GOWrapper
type ImportOperation19 struct {
//
CompletedOn string `json:"CompletedOn,omitempty"`
//
CreatedOn string `json:"CreatedOn,omitempty"`
//
DataHash string `json:"DataHash,omitempty"`
//
EmailNotify string `json:"EmailNotify,omitempty"`
//
ID float64 `json:"ID,omitempty"`
//
Mappings string `json:"Mappings,omitempty"`
//
Message string `json:"Message,omitempty"`
//
SkipNewMembers bool `json:"SkipNewMembers,omitempty"`
//
StartedOn string `json:"StartedOn,omitempty"`
//
Success bool `json:"Success,omitempty"`
//
TotalDuplicate float64 `json:"TotalDuplicate,omitempty"`
//
TotalIgnored float64 `json:"TotalIgnored,omitempty"`
//
TotalInserted float64 `json:"TotalInserted,omitempty"`
//
TotalInvalid float64 `json:"TotalInvalid,omitempty"`
//
TotalMembers float64 `json:"TotalMembers,omitempty"`
//
TotalUnsubscribed float64 `json:"TotalUnsubscribed,omitempty"`
//
TotalUpdated float64 `json:"TotalUpdated,omitempty"`
}