You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageHostHour.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@
17
17
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
18
18
|**InfraAzureAppService**| Pointer to **int64**| Contains the total number of hosts that reported through the Azure App Services integration (and were NOT running the Datadog Agent). |[optional]|
19
19
|**OpentelemetryHostCount**| Pointer to **int64**| Contains the total number of hosts reported by Datadog exporter for the OpenTelemetry Collector. |[optional]|
20
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
21
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
20
22
|**VsphereHostCount**| Pointer to **int64**| Contains the total number of hosts that reported through vSphere integration (and were NOT running the Datadog Agent). |[optional]|
21
23
22
24
## Methods
@@ -363,6 +365,56 @@ SetOpentelemetryHostCount sets OpentelemetryHostCount field to given value.
363
365
364
366
HasOpentelemetryHostCount returns a boolean if a field has been set.
365
367
368
+
### GetOrgName
369
+
370
+
`func (o *UsageHostHour) GetOrgName() string`
371
+
372
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
373
+
374
+
### GetOrgNameOk
375
+
376
+
`func (o *UsageHostHour) GetOrgNameOk() (*string, bool)`
377
+
378
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
379
+
and a boolean to check if the value has been set.
380
+
381
+
### SetOrgName
382
+
383
+
`func (o *UsageHostHour) SetOrgName(v string)`
384
+
385
+
SetOrgName sets OrgName field to given value.
386
+
387
+
### HasOrgName
388
+
389
+
`func (o *UsageHostHour) HasOrgName() bool`
390
+
391
+
HasOrgName returns a boolean if a field has been set.
392
+
393
+
### GetPublicId
394
+
395
+
`func (o *UsageHostHour) GetPublicId() string`
396
+
397
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
398
+
399
+
### GetPublicIdOk
400
+
401
+
`func (o *UsageHostHour) GetPublicIdOk() (*string, bool)`
402
+
403
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
404
+
and a boolean to check if the value has been set.
405
+
406
+
### SetPublicId
407
+
408
+
`func (o *UsageHostHour) SetPublicId(v string)`
409
+
410
+
SetPublicId sets PublicId field to given value.
411
+
412
+
### HasPublicId
413
+
414
+
`func (o *UsageHostHour) HasPublicId() bool`
415
+
416
+
HasPublicId returns a boolean if a field has been set.
417
+
366
418
### GetVsphereHostCount
367
419
368
420
`func (o *UsageHostHour) GetVsphereHostCount() int64`
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageLambdaHour.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
|**FuncCount**| Pointer to **int64**| Contains the number of different functions for each region and AWS account. |[optional]|
8
8
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
9
9
|**InvocationsSum**| Pointer to **int64**| Contains the sum of invocations of all functions. |[optional]|
10
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
11
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
10
12
11
13
## Methods
12
14
@@ -102,4 +104,54 @@ SetInvocationsSum sets InvocationsSum field to given value.
102
104
103
105
HasInvocationsSum returns a boolean if a field has been set.
104
106
107
+
### GetOrgName
108
+
109
+
`func (o *UsageLambdaHour) GetOrgName() string`
110
+
111
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
112
+
113
+
### GetOrgNameOk
114
+
115
+
`func (o *UsageLambdaHour) GetOrgNameOk() (*string, bool)`
116
+
117
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
118
+
and a boolean to check if the value has been set.
119
+
120
+
### SetOrgName
121
+
122
+
`func (o *UsageLambdaHour) SetOrgName(v string)`
123
+
124
+
SetOrgName sets OrgName field to given value.
125
+
126
+
### HasOrgName
127
+
128
+
`func (o *UsageLambdaHour) HasOrgName() bool`
129
+
130
+
HasOrgName returns a boolean if a field has been set.
131
+
132
+
### GetPublicId
133
+
134
+
`func (o *UsageLambdaHour) GetPublicId() string`
135
+
136
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
137
+
138
+
### GetPublicIdOk
139
+
140
+
`func (o *UsageLambdaHour) GetPublicIdOk() (*string, bool)`
141
+
142
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
143
+
and a boolean to check if the value has been set.
144
+
145
+
### SetPublicId
146
+
147
+
`func (o *UsageLambdaHour) SetPublicId(v string)`
148
+
149
+
SetPublicId sets PublicId field to given value.
150
+
151
+
### HasPublicId
152
+
153
+
`func (o *UsageLambdaHour) HasPublicId() bool`
154
+
155
+
HasPublicId returns a boolean if a field has been set.
156
+
105
157
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments