Sha256: f106a62649d3ba2783f4f757a2fe7e065a4220015eace7d44513a13d4c69ab31
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
# DatadogAPIClient::V1::HostTags ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **host** | **String** | Your host name. | [optional] | | **tags** | **Array<String>** | A list of tags to apply to the host. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HostTags.new( host: test.host, tags: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems