noizu_sendgrid v2.1.0 SendGrid.MetaData View Source

Pagination Meta Details,

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %SendGrid.MetaData{
  count: integer(),
  next: String.t() | nil,
  options: SendGrid.query(),
  self: String.t() | nil
}

Link to this section Functions

Link to this function new(json, options, atom) View Source
new(Map.t(), SendGrid.query(), :json) ::
  t() | {:error, [String.t()]} | {:error, String.t()}