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/UsageAuditLogsHour.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
@@ -6,6 +6,8 @@ Name | Type | Description | Notes
6
6
---- | ---- | ----------- | ------
7
7
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
8
8
**LinesIndexed** | Pointer to **int64** | The total number of audit logs lines indexed during a given hour. | [optional]
9
+
**OrgName** | Pointer to **string** | The organization name. | [optional]
10
+
**PublicId** | Pointer to **string** | The organization public ID. | [optional]
9
11
10
12
## Methods
11
13
@@ -76,6 +78,56 @@ SetLinesIndexed sets LinesIndexed field to given value.
76
78
77
79
HasLinesIndexed returns a boolean if a field has been set.
78
80
81
+
### GetOrgName
82
+
83
+
`func (o *UsageAuditLogsHour) GetOrgName() string`
84
+
85
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
86
+
87
+
### GetOrgNameOk
88
+
89
+
`func (o *UsageAuditLogsHour) GetOrgNameOk() (*string, bool)`
90
+
91
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetOrgName
95
+
96
+
`func (o *UsageAuditLogsHour) SetOrgName(v string)`
97
+
98
+
SetOrgName sets OrgName field to given value.
99
+
100
+
### HasOrgName
101
+
102
+
`func (o *UsageAuditLogsHour) HasOrgName() bool`
103
+
104
+
HasOrgName returns a boolean if a field has been set.
105
+
106
+
### GetPublicId
107
+
108
+
`func (o *UsageAuditLogsHour) GetPublicId() string`
109
+
110
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
111
+
112
+
### GetPublicIdOk
113
+
114
+
`func (o *UsageAuditLogsHour) GetPublicIdOk() (*string, bool)`
115
+
116
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetPublicId
120
+
121
+
`func (o *UsageAuditLogsHour) SetPublicId(v string)`
122
+
123
+
SetPublicId sets PublicId field to given value.
124
+
125
+
### HasPublicId
126
+
127
+
`func (o *UsageAuditLogsHour) HasPublicId() bool`
128
+
129
+
HasPublicId returns a boolean if a field has been set.
130
+
79
131
80
132
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageCWSHour.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 @@ Name | Type | Description | Notes
7
7
**CwsContainerCount** | Pointer to **int64** | The total number of Cloud Workload Security container hours from the start of the given hour’s month until the given hour. | [optional]
8
8
**CwsHostCount** | Pointer to **int64** | The total number of Cloud Workload Security host hours from the start of the given hour’s month until the given hour. | [optional]
9
9
**Hour** | Pointer to **time.Time** | The hour for the usage. | [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,6 +104,56 @@ SetHour sets Hour field to given value.
102
104
103
105
HasHour returns a boolean if a field has been set.
104
106
107
+
### GetOrgName
108
+
109
+
`func (o *UsageCWSHour) GetOrgName() string`
110
+
111
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
112
+
113
+
### GetOrgNameOk
114
+
115
+
`func (o *UsageCWSHour) 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 *UsageCWSHour) SetOrgName(v string)`
123
+
124
+
SetOrgName sets OrgName field to given value.
125
+
126
+
### HasOrgName
127
+
128
+
`func (o *UsageCWSHour) HasOrgName() bool`
129
+
130
+
HasOrgName returns a boolean if a field has been set.
131
+
132
+
### GetPublicId
133
+
134
+
`func (o *UsageCWSHour) GetPublicId() string`
135
+
136
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
137
+
138
+
### GetPublicIdOk
139
+
140
+
`func (o *UsageCWSHour) 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 *UsageCWSHour) SetPublicId(v string)`
148
+
149
+
SetPublicId sets PublicId field to given value.
150
+
151
+
### HasPublicId
152
+
153
+
`func (o *UsageCWSHour) HasPublicId() bool`
154
+
155
+
HasPublicId returns a boolean if a field has been set.
156
+
105
157
106
158
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageCloudSecurityPostureManagementHour.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 @@ Name | Type | Description | Notes
7
7
**ContainerCount** | Pointer to **int64** | The total number of Cloud Security Posture Management containers during a given hour. | [optional]
8
8
**HostCount** | Pointer to **int64** | The total number of Cloud Security Posture Management hosts during a given hour. | [optional]
9
9
**Hour** | Pointer to **time.Time** | The hour for the usage. | [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,6 +104,56 @@ SetHour sets Hour field to given value.
102
104
103
105
HasHour returns a boolean if a field has been set.
104
106
107
+
### GetOrgName
108
+
109
+
`func (o *UsageCloudSecurityPostureManagementHour) GetOrgName() string`
110
+
111
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
112
+
113
+
### GetOrgNameOk
114
+
115
+
`func (o *UsageCloudSecurityPostureManagementHour) 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 *UsageCloudSecurityPostureManagementHour) SetOrgName(v string)`
123
+
124
+
SetOrgName sets OrgName field to given value.
125
+
126
+
### HasOrgName
127
+
128
+
`func (o *UsageCloudSecurityPostureManagementHour) HasOrgName() bool`
129
+
130
+
HasOrgName returns a boolean if a field has been set.
131
+
132
+
### GetPublicId
133
+
134
+
`func (o *UsageCloudSecurityPostureManagementHour) GetPublicId() string`
135
+
136
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
137
+
138
+
### GetPublicIdOk
139
+
140
+
`func (o *UsageCloudSecurityPostureManagementHour) 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 *UsageCloudSecurityPostureManagementHour) SetPublicId(v string)`
148
+
149
+
SetPublicId sets PublicId field to given value.
150
+
151
+
### HasPublicId
152
+
153
+
`func (o *UsageCloudSecurityPostureManagementHour) HasPublicId() bool`
154
+
155
+
HasPublicId returns a boolean if a field has been set.
156
+
105
157
106
158
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageDBMHour.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 @@ Name | Type | Description | Notes
7
7
**DbmHostCount** | Pointer to **int64** | The total number of Database Monitoring host hours from the start of the given hour’s month until the given hour. | [optional]
8
8
**DbmQueriesCount** | Pointer to **int64** | The total number of normalized Database Monitoring queries from the start of the given hour’s month until the given hour. | [optional]
9
9
**Hour** | Pointer to **time.Time** | The hour for the usage. | [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,6 +104,56 @@ SetHour sets Hour field to given value.
102
104
103
105
HasHour returns a boolean if a field has been set.
104
106
107
+
### GetOrgName
108
+
109
+
`func (o *UsageDBMHour) GetOrgName() string`
110
+
111
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
112
+
113
+
### GetOrgNameOk
114
+
115
+
`func (o *UsageDBMHour) 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 *UsageDBMHour) SetOrgName(v string)`
123
+
124
+
SetOrgName sets OrgName field to given value.
125
+
126
+
### HasOrgName
127
+
128
+
`func (o *UsageDBMHour) HasOrgName() bool`
129
+
130
+
HasOrgName returns a boolean if a field has been set.
131
+
132
+
### GetPublicId
133
+
134
+
`func (o *UsageDBMHour) GetPublicId() string`
135
+
136
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
137
+
138
+
### GetPublicIdOk
139
+
140
+
`func (o *UsageDBMHour) 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 *UsageDBMHour) SetPublicId(v string)`
148
+
149
+
SetPublicId sets PublicId field to given value.
150
+
151
+
### HasPublicId
152
+
153
+
`func (o *UsageDBMHour) HasPublicId() bool`
154
+
155
+
HasPublicId returns a boolean if a field has been set.
156
+
105
157
106
158
[[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