Monitored Subscription Response
data class MonitoredSubscriptionResponse(val error: String? = null, val status: String? = null, val subscriptionId: String? = null, val tagRules: MonitoringTagRulesPropertiesResponse? = null)
The list of subscriptions and it's monitoring status by current Elastic monitor.
Constructors
Link copied to clipboard
constructor(error: String? = null, status: String? = null, subscriptionId: String? = null, tagRules: MonitoringTagRulesPropertiesResponse? = null)