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

com.mailersend.sdk.util.PaginatedResponse Maven / Gradle / Ivy

package com.mailersend.sdk.util;

import com.google.gson.annotations.SerializedName;
import com.mailersend.sdk.MailerSendResponse;

public class PaginatedResponse extends MailerSendResponse {

    @SerializedName("meta")
    public ResponseMeta meta;
    
    @SerializedName("links")
    public ResponseLinks links;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy