> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-143107c1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# News.Models

> Reference for the news.models Python module in the X API SDK. Pydantic request and response models for the news endpoints of the X API v2.

이 모듈은 요청 및 응답 데이터 구조를 위한 Pydantic 모델을 제공합니다.
X API의 news 엔드포인트를 위한 것입니다. 모든 모델은
OpenAPI 명세에서 생성되며 타입 안전성과 검증을 제공합니다.

## GetResponse

<Badge color="blue">Class</Badge>

<Badge color="gray">기반 클래스: BaseModel</Badge>

get에 대한 응답 모델

## 메서드

### `class xdk.news.models.GetResponse`

get에 대한 응답 모델

### `class xdk.news.models.SearchResponse`

search에 대한 응답 모델
