Datadog Api Key Response
    data class DatadogApiKeyResponse(val created: String? = null, val createdBy: String? = null, val key: String, val name: String? = null)
Constructors
Link copied to clipboard
                fun DatadogApiKeyResponse(created: String? = null, createdBy: String? = null, key: String, name: String? = null)