Class ResponseMeta


  • public class ResponseMeta
    extends Object
    Keeps the meta information of a MailerSend response
    Version:
    $Id: $Id
    Author:
    mailersend
    • 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
    • Constructor Detail

      • ResponseMeta

        public ResponseMeta()