A struct containing the response data for an Elasticsearch request.
t() :: %ESClient.Response{ content_type: String.t(), data: binary() | %{optional(atom() | String.t()) => any()}, status_code: integer() }