Sha256: 98455382d69477540f5d16ea1e842c13a20da953f7b5ab3b5c366e43a3942640
Contents?: true
Size: 866 Bytes
Versions: 2
Compression:
Stored size: 866 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/HostMuteResponse.md |
datadog_api_client-1.5.0 | docs/v1/HostMuteResponse.md |