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