Package com.mailersend.sdk.util
Class ResponseMeta
- java.lang.Object
-
- com.mailersend.sdk.util.ResponseMeta
-
public class ResponseMeta extends Object
Keeps the meta information of a MailerSend response- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Constructor Summary
Constructors Constructor Description ResponseMeta()
-
-
-
Field Detail
-
currentPage
@SerializedName("current_page") public int currentPage
-
from
@SerializedName("from") public int from
-
path
@SerializedName("path") public String path
-
limit
@SerializedName("per_page") public int limit
-
to
@SerializedName("to") public int to
-
lastPage
@SerializedName("last_page") public int lastPage
-
-