WebhookIpAddressesResponse

public final class WebhookIpAddressesResponse

Class representing the response for getting a list of webhook ip addresses.

Constructors

Link copied to clipboard
public WebhookIpAddressesResponse WebhookIpAddressesResponse(@Json(name = "ip_addresses") List<String> ipAddress, @Json(name = "updated_at") Long updatedAt)

Properties

Link copied to clipboard
private final List<String> ipAddress

The IP addresses that Nylas send you webhook from.

Link copied to clipboard
private final Long updatedAt

UNIX timestamp when Nylas updated the list of IP addresses.

Functions

Link copied to clipboard
public final List<String> getIpAddress()

The IP addresses that Nylas send you webhook from.

Link copied to clipboard
public final Long getUpdatedAt()

UNIX timestamp when Nylas updated the list of IP addresses.