Sha256: 419a4a32b79fbc8f86a35b95a30ec56b53d106682ea6e282a2898abfa4fbd96f

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

# DatadogAPIClient::V1::HostMetaInstallMethod

## Properties

| Name                  | Type       | Description                     | Notes      |
| --------------------- | ---------- | ------------------------------- | ---------- |
| **installer_version** | **String** | The installer version.          | [optional] |
| **tool**              | **String** | Tool used to install the agent. | [optional] |
| **tool_version**      | **String** | The tool version.               | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::HostMetaInstallMethod.new(
  installer_version: install_script-1.7.1,
  tool: install_script,
  tool_version: install_script
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/HostMetaInstallMethod.md