Sha256: b1d01373fd5c4ebd2be0b7f0936e6c5aa77bdec94f2cac1f16373c640e24d74a

Contents?: true

Size: 925 Bytes

Versions: 2

Compression:

Stored size: 925 Bytes

Contents

# DatadogAPIClient::V1::UsageIncidentManagementHour

## Properties

| Name                     | Type        | Description                                                                                                       | Notes      |
| ------------------------ | ----------- | ----------------------------------------------------------------------------------------------------------------- | ---------- |
| **hour**                 | **Time**    | The hour for the usage.                                                                                           | [optional] |
| **monthly_active_users** | **Integer** | Contains the total number monthly active users from the start of the given hour's month until the given hour. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageIncidentManagementHour.new(
  hour: null,
  monthly_active_users: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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