Sha256: d526968f6219daa7a7867c84abb2c296e5eb179f60886c1d4bb3600fec294313

Contents?: true

Size: 1.68 KB

Versions: 2

Compression:

Stored size: 1.68 KB

Contents

# 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] |
| **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
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageSDSHour.md
datadog_api_client-1.5.0 docs/v1/UsageSDSHour.md