GetFlowDestinationEndpointsResult

data class GetFlowDestinationEndpointsResult(val endpoints: List<String>? = null)

List of destination endpoints for the flow stream

Constructors

Link copied to clipboard
constructor(endpoints: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoints: List<String>? = null

The destination endpoints for the flow stream