Sha256: a6cb5db3cad50d3c5d8476bf2e22284baf593780b8bce35207406fdceb274328

Contents?: true

Size: 645 Bytes

Versions: 2

Compression:

Stored size: 645 Bytes

Contents

# DatadogAPIClient::V1::UsageNetworkFlowsHour

## Properties

| Name                     | Type        | Description                                    | Notes      |
| ------------------------ | ----------- | ---------------------------------------------- | ---------- |
| **hour**                 | **Time**    | The hour for the usage.                        | [optional] |
| **indexed_events_count** | **Integer** | Contains the number of netflow events indexed. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageNetworkFlowsHour.new(
  hour: null,
  indexed_events_count: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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