Skip to content

Commit e766426

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 084ca04 of spec repo (#1196)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent b720537 commit e766426

File tree

5 files changed

+44
-44
lines changed

5 files changed

+44
-44
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2021-11-11 11:44:21.239708",
8-
"spec_repo_commit": "6ddcc8e"
7+
"regenerated": "2021-11-11 13:58:59.077884",
8+
"spec_repo_commit": "084ca04"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-11-11 11:44:21.260549",
13-
"spec_repo_commit": "6ddcc8e"
12+
"regenerated": "2021-11-11 13:58:59.096149",
13+
"spec_repo_commit": "084ca04"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12717,7 +12717,7 @@ components:
1271712717
description: The hour for the usage.
1271812718
format: date-time
1271912719
type: string
12720-
indexed_event_count:
12720+
indexed_events_count:
1272112721
description: Contains the number of netflow events indexed.
1272212722
format: int64
1272312723
type: integer

api/v1/datadog/api/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28284,14 +28284,14 @@ components:
2828428284
UsageNetworkFlowsHour:
2828528285
description: Number of netflow events indexed for each hour for a given organization.
2828628286
example:
28287+
indexed_events_count: 0
2828728288
hour: 2000-01-23T04:56:07.000+00:00
28288-
indexed_event_count: 0
2828928289
properties:
2829028290
hour:
2829128291
description: The hour for the usage.
2829228292
format: date-time
2829328293
type: string
28294-
indexed_event_count:
28294+
indexed_events_count:
2829528295
description: Contains the number of netflow events indexed.
2829628296
format: int64
2829728297
type: integer
@@ -28301,10 +28301,10 @@ components:
2830128301
hour for a given organization.
2830228302
example:
2830328303
usage:
28304-
- hour: 2000-01-23T04:56:07.000+00:00
28305-
indexed_event_count: 0
28306-
- hour: 2000-01-23T04:56:07.000+00:00
28307-
indexed_event_count: 0
28304+
- indexed_events_count: 0
28305+
hour: 2000-01-23T04:56:07.000+00:00
28306+
- indexed_events_count: 0
28307+
hour: 2000-01-23T04:56:07.000+00:00
2830828308
properties:
2830928309
usage:
2831028310
description: Get hourly usage for Network Flows.

api/v1/datadog/docs/UsageNetworkFlowsHour.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
---- | ---- | ----------- | ------
77
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
8-
**IndexedEventCount** | Pointer to **int64** | Contains the number of netflow events indexed. | [optional]
8+
**IndexedEventsCount** | Pointer to **int64** | Contains the number of netflow events indexed. | [optional]
99

1010
## Methods
1111

@@ -51,30 +51,30 @@ SetHour sets Hour field to given value.
5151

5252
HasHour returns a boolean if a field has been set.
5353

54-
### GetIndexedEventCount
54+
### GetIndexedEventsCount
5555

56-
`func (o *UsageNetworkFlowsHour) GetIndexedEventCount() int64`
56+
`func (o *UsageNetworkFlowsHour) GetIndexedEventsCount() int64`
5757

58-
GetIndexedEventCount returns the IndexedEventCount field if non-nil, zero value otherwise.
58+
GetIndexedEventsCount returns the IndexedEventsCount field if non-nil, zero value otherwise.
5959

60-
### GetIndexedEventCountOk
60+
### GetIndexedEventsCountOk
6161

62-
`func (o *UsageNetworkFlowsHour) GetIndexedEventCountOk() (*int64, bool)`
62+
`func (o *UsageNetworkFlowsHour) GetIndexedEventsCountOk() (*int64, bool)`
6363

64-
GetIndexedEventCountOk returns a tuple with the IndexedEventCount field if it's non-nil, zero value otherwise
64+
GetIndexedEventsCountOk returns a tuple with the IndexedEventsCount field if it's non-nil, zero value otherwise
6565
and a boolean to check if the value has been set.
6666

67-
### SetIndexedEventCount
67+
### SetIndexedEventsCount
6868

69-
`func (o *UsageNetworkFlowsHour) SetIndexedEventCount(v int64)`
69+
`func (o *UsageNetworkFlowsHour) SetIndexedEventsCount(v int64)`
7070

71-
SetIndexedEventCount sets IndexedEventCount field to given value.
71+
SetIndexedEventsCount sets IndexedEventsCount field to given value.
7272

73-
### HasIndexedEventCount
73+
### HasIndexedEventsCount
7474

75-
`func (o *UsageNetworkFlowsHour) HasIndexedEventCount() bool`
75+
`func (o *UsageNetworkFlowsHour) HasIndexedEventsCount() bool`
7676

77-
HasIndexedEventCount returns a boolean if a field has been set.
77+
HasIndexedEventsCount returns a boolean if a field has been set.
7878

7979

8080
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

api/v1/datadog/model_usage_network_flows_hour.go

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)