With Raw Response Impl
Functions
Link copied to clipboard
@MustBeClosed
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
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): EventSubscriptionServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.