Klaviyo.Response (klaviyo v2.3.0)
Link to this section Summary
Link to this section Types
@type t() :: %Klaviyo.Response{ body: map() | 0 | 1, headers: Klaviyo.http_headers_t(), private: map(), status_code: pos_integer() }
Link to this section Functions
Link to this function
new(response, private, config)
@spec new(Klaviyo.Client.response_t(), map(), Klaviyo.Config.t()) :: t()