| Field | Setter Type | Getter Type | Required | Description |
|---|---|---|---|---|
contentType |
String | String | ✔️ | HTTP response content type for this operation |
statusCode |
int | int | ✔️ | HTTP response status code for this operation |
rawResponse |
HttpResponse<?> | HttpResponse<?> | ✔️ | Raw HTTP response; suitable for custom response parsing |
searchResponse |
@Nullable SearchResponse | Optional<SearchResponse> | ➖ | Trending tweets matching the selected filters. |