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

com.mailersend.sdk.inboundroutes.Forward Maven / Gradle / Ivy

package com.mailersend.sdk.inboundroutes;

import com.google.gson.annotations.SerializedName;

/**
 * 

Forward class.

* * @author mailersend * @version $Id: $Id */ public class Forward { @SerializedName("id") public String id; @SerializedName("type") public String type; @SerializedName("value") public String value; @SerializedName("secret") public String secret; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy