SubscriptionListResponse

data class SubscriptionListResponse(val monitoredSubscriptionList: List<MonitoredSubscriptionResponse>? = null)

The request to update subscriptions needed to be monitored by the Datadog monitor resource.

Constructors

Link copied to clipboard
constructor(monitoredSubscriptionList: List<MonitoredSubscriptionResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of subscriptions and the state of the monitoring.