Connection Monitor Endpoint Response
data class ConnectionMonitorEndpointResponse(val address: String? = null, val coverageLevel: String? = null, val filter: ConnectionMonitorEndpointFilterResponse? = null, val name: String, val resourceId: String? = null, val scope: ConnectionMonitorEndpointScopeResponse? = null, val type: String? = null)
Describes the connection monitor endpoint.
Constructors
Link copied to clipboard
constructor(address: String? = null, coverageLevel: String? = null, filter: ConnectionMonitorEndpointFilterResponse? = null, name: String, resourceId: String? = null, scope: ConnectionMonitorEndpointScopeResponse? = null, type: String? = null)