Sha256: 0bf95fdb88402ec7fb3106f3ff435d395a7b77f206f587f18edadc3d4c7592b5

Contents?: true

Size: 702 Bytes

Versions: 7

Compression:

Stored size: 702 Bytes

Contents

# DatadogAPIClient::V1::HostMuteSettings

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **_end** | **Integer** | POSIX timestamp in seconds when the host is unmuted. If omitted, the host remains muted until explicitly unmuted. | [optional] |
| **message** | **String** | Message to associate with the muting of this host. | [optional] |
| **override** | **Boolean** | If true and the host is already muted, replaces existing host mute settings. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::HostMuteSettings.new(
  _end: 1579098130,
  message: Muting this host for a test!,
  override: false
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/HostMuteSettings.md
datadog_api_client-1.3.0 docs/v1/HostMuteSettings.md
datadog_api_client-1.2.0 docs/v1/HostMuteSettings.md
datadog_api_client-1.1.0 docs/v1/HostMuteSettings.md
datadog_api_client-1.0.0 docs/v1/HostMuteSettings.md
datadog_api_client-1.0.0.beta.3 docs/v1/HostMuteSettings.md
datadog_api_client-1.0.0.beta.2 docs/v1/HostMuteSettings.md