WebhookDeleteResponse

public final class WebhookDeleteResponse

Class representing a Nylas webhook delete response.

Constructors

Link copied to clipboard
public WebhookDeleteResponse WebhookDeleteResponse(@Json(name = "request_id") String requestId, @Json(name = "data") WebhookDeleteResponse.DataWebhookDeleteData data)

Types

Link copied to clipboard
public final class DataWebhookDeleteData

Class representing the object enclosing the webhook deletion status.

Properties

Link copied to clipboard

Object containing the webhook deletion status.

Link copied to clipboard
private final String requestId

ID of the request.

Functions

Link copied to clipboard

Object containing the webhook deletion status.

Link copied to clipboard
public final String getRequestId()

ID of the request.