Sha256: 491f3211340a683f0ccac093d0e955283f7a052a2b46a3a6cb8c805e4fe144fe

Contents?: true

Size: 654 Bytes

Versions: 7

Compression:

Stored size: 654 Bytes

Contents

# DatadogAPIClient::V1::HostMuteResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Action applied to the hosts. | [optional] |
| **_end** | **Integer** | POSIX timestamp in seconds when the host is unmuted. | [optional] |
| **hostname** | **String** | The host name. | [optional] |
| **message** | **String** | Message associated with the mute. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::HostMuteResponse.new(
  action: Muted,
  _end: 1579098130,
  hostname: test.host,
  message: Muting this host for a test!
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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