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)