Sha256: 6bc6c710fec409332329efb9878c8d548dbe459eccef068cef3938bfa3cc9f12

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

# DatadogAPIClient::V1::TagToHosts

## Properties

| Name     | Type                                        | Description                          | Notes      |
| -------- | ------------------------------------------- | ------------------------------------ | ---------- |
| **tags** | **Hash<String, Array<String>>** | A list of tags to apply to the host. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::TagToHosts.new(
  tags: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/TagToHosts.md
datadog_api_client-1.5.0 docs/v1/TagToHosts.md