DatadogHostResponse

data class DatadogHostResponse(val aliases: List<String>? = null, val apps: List<String>? = null, val meta: DatadogHostMetadataResponse? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(aliases: List<String>? = null, apps: List<String>? = null, meta: DatadogHostMetadataResponse? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliases: List<String>? = null

The aliases for the host.

Link copied to clipboard
val apps: List<String>? = null

The Datadog integrations reporting metrics for the host.

Link copied to clipboard
Link copied to clipboard
val name: String? = null

The name of the host.