Skip to content

Commit

Permalink
Regenerate client from commit aabcab59 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 11, 2024
1 parent 868c0f5 commit 9b9f75d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-11 14:25:01.665030",
"spec_repo_commit": "7a9d0200"
"regenerated": "2024-12-11 16:42:21.980820",
"spec_repo_commit": "aabcab59"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-12-11 14:25:01.686317",
"spec_repo_commit": "7a9d0200"
"regenerated": "2024-12-11 16:42:21.999996",
"spec_repo_commit": "aabcab59"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21001,11 +21001,13 @@ components:
SLOReportInterval:
description: The frequency at which report data is to be generated.
enum:
- daily
- weekly
- monthly
example: weekly
type: string
x-enum-varnames:
- DAILY
- WEEKLY
- MONTHLY
SLOReportPostResponse:
Expand Down
2 changes: 2 additions & 0 deletions api/datadogV2/model_slo_report_interval.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ type SLOReportInterval string

// List of SLOReportInterval.
const (
SLOREPORTINTERVAL_DAILY SLOReportInterval = "daily"
SLOREPORTINTERVAL_WEEKLY SLOReportInterval = "weekly"
SLOREPORTINTERVAL_MONTHLY SLOReportInterval = "monthly"
)

var allowedSLOReportIntervalEnumValues = []SLOReportInterval{
SLOREPORTINTERVAL_DAILY,
SLOREPORTINTERVAL_WEEKLY,
SLOREPORTINTERVAL_MONTHLY,
}
Expand Down

0 comments on commit 9b9f75d

Please sign in to comment.