Functions

Link copied to clipboard
@MustBeClosed
open suspend fun resend(eventSubscriptionToken: String, params: EventEventSubscriptionResendParams, requestOptions: RequestOptions = RequestOptions.none()): HttpResponse

Returns a raw HTTP response for post /v1/events/{event_token}/event_subscriptions/{event_subscription_token}/resend, but is otherwise the same as EventSubscriptionServiceAsync.resend.

open suspend override fun resend(params: EventEventSubscriptionResendParams, requestOptions: RequestOptions): HttpResponse
Link copied to clipboard

Returns a view of this service with the given option modifications applied.