Sha256: e7cc5534d6961990259916bdd60b2f6207d9fb83bc9299e9a681b6c0b5cef637

Contents?: true

Size: 552 Bytes

Versions: 2

Compression:

Stored size: 552 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

2 entries across 2 versions & 1 rubygems

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