Delivery Configuration Response
data class DeliveryConfigurationResponse(val deliveryMode: String? = null, val queue: QueueInfoResponse? = null)
Properties of the delivery configuration information of the event subscription.