DatadogApiKeyResponse

data class DatadogApiKeyResponse(val created: String? = null, val createdBy: String? = null, val key: String, val name: String? = null)

Constructors

Link copied to clipboard
constructor(created: String? = null, createdBy: String? = null, key: String, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val created: String? = null

The time of creation of the API key.

Link copied to clipboard
val createdBy: String? = null

The user that created the API key.

Link copied to clipboard
val key: String

The value of the API key.

Link copied to clipboard
val name: String? = null

The name of the API key.