All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.uchicom.smtp.dto.WebhookDto Maven / Gradle / Ivy

The newest version!
// (C) 2022 uchicom
package com.uchicom.smtp.dto;

import java.util.List;

public class WebhookDto {
  public SendDto send;
  public List detection;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy