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 fd0b18d commit 12a1452Copy full SHA for 12a1452
sumologic/sumologic_ingest_budget_v2.go
@@ -92,7 +92,7 @@ func (s *Client) UpdateIngestBudgetV2(ingestBudgetV2 IngestBudgetV2) error {
92
}
93
94
type IngestBudgetV2 struct {
95
- AuditThreshold int `json:"auditThreshold"`
+ AuditThreshold int `json:"auditThreshold,omitempty"`
96
Action string `json:"action"`
97
ResetTime string `json:"resetTime"`
98
Name string `json:"name"`
0 commit comments