Hybrid Connection Event Subscription Destination Response
data class HybridConnectionEventSubscriptionDestinationResponse(val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointType: String, val resourceId: String? = null)
Information about the HybridConnection destination for an event subscription.
Constructors
Link copied to clipboard
fun HybridConnectionEventSubscriptionDestinationResponse(deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointType: String, resourceId: String? = null)
Types
Properties
Link copied to clipboard