Get Monitored Subscription Result
data class GetMonitoredSubscriptionResult(val id: String, val name: String, val properties: SubscriptionListResponse, val type: String)
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Constructors
Link copied to clipboard
fun GetMonitoredSubscriptionResult(id: String, name: String, properties: SubscriptionListResponse, type: String)