sendgrid v2.0.0 SendGrid.Response View Source
Represents the result from performing a request.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %SendGrid.Response{
body: map(),
headers: Keyword.t(),
status: pos_integer()
}