File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ type ABTestResponse struct {
36
36
ClickSignificance float64 `json:"clickSignificance"`
37
37
ConversionSignificance float64 `json:"conversionSignificance"`
38
38
CreatedAt time.Time `json:"createdAt"`
39
+ UpdatedAt time.Time `json:"updatedAt"`
39
40
EndAt time.Time `json:"endAt"`
40
41
Name string `json:"name"`
41
42
Status string `json:"status"`
@@ -57,5 +58,5 @@ type VariantResponse struct {
57
58
TrackedSearchCount int `json:"trackedSearchCount"`
58
59
TrafficPercentage int `json:"trafficPercentage"`
59
60
UserCount int `json:"userCount"`
60
- CustomSearchParameters * search.QueryParams `json:"customSearchParameters"`
61
+ CustomSearchParameters * search.QueryParams `json:"customSearchParameters,omitempty "`
61
62
}
You can’t perform that action at this time.
0 commit comments