docs/v1/UsageSDSHour.md in datadog_api_client-1.4.0 vs docs/v1/UsageSDSHour.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,22 +1,25 @@
# DatadogAPIClient::V1::UsageSDSHour
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **hour** | **Time** | The hour for the usage. | [optional] |
-| **logs_scanned_bytes** | **Integer** | The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional] |
+| Name | Type | Description | Notes |
+| ----------------------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
+| **hour** | **Time** | The hour for the usage. | [optional] |
+| **logs_scanned_bytes** | **Integer** | The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional] |
+| **org_name** | **String** | The organization name. | [optional] |
+| **public_id** | **String** | The organization public ID. | [optional] |
| **total_scanned_bytes** | **Integer** | The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
instance = DatadogAPIClient::V1::UsageSDSHour.new(
hour: null,
logs_scanned_bytes: null,
+ org_name: null,
+ public_id: null,
total_scanned_bytes: null
)
```
-