com.mailersend.sdk.inboundroutes.SingleInboundRouteResponse Maven / Gradle / Ivy
package com.mailersend.sdk.inboundroutes;
import com.google.gson.annotations.SerializedName;
import com.mailersend.sdk.MailerSendResponse;
/**
* SingleInboundRouteResponse class.
*
* @author mailersend
* @version $Id: $Id
*/
public class SingleInboundRouteResponse extends MailerSendResponse {
@SerializedName("data")
public InboundRoute route;
}