DatadogOrganizationPropertiesResponse

data class DatadogOrganizationPropertiesResponse(val id: String? = null, val name: String? = null)

Datadog organization properties

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Id of the Datadog organization.

Link copied to clipboard
val name: String? = null

Name of the Datadog organization.