Web Hook Event Subscription Destination Response
data class WebHookEventSubscriptionDestinationResponse(val azureActiveDirectoryApplicationIdOrUri: String? = null, val azureActiveDirectoryTenantId: String? = null, val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointBaseUrl: String, val endpointType: String, val endpointUrl: String? = null, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
Information about the webhook destination for an event subscription.
Constructors
Link copied to clipboard
fun WebHookEventSubscriptionDestinationResponse(azureActiveDirectoryApplicationIdOrUri: String? = null, azureActiveDirectoryTenantId: String? = null, deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointBaseUrl: String, endpointType: String, endpointUrl: String? = null, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard