> ## 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.

# Posts.Models

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

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

### class xdk.posts.models.CreateRequest

create에 대한 요청 모델

<ResponseField name="model_config" type="ConfigDict">
  Default: `{'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}`

  Configuration for the model, should be a dictionary conforming to \[ConfigDict]\[pydantic.config.ConfigDict].
</ResponseField>

## CreateResponse

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

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

create에 대한 응답 모델

## 메서드

### `class xdk.posts.models.CreateResponse`

create에 대한 응답 모델

### `class xdk.posts.models.DeleteResponse`

delete에 대한 응답 모델

### `class xdk.posts.models.GetAnalyticsResponse`

get\_analytics에 대한 응답 모델

### `class xdk.posts.models.GetByIdResponse`

get\_by\_id에 대한 응답 모델

### `class xdk.posts.models.GetByIdsResponse`

get\_by\_ids에 대한 응답 모델

### `class xdk.posts.models.GetCountsAllResponse`

get\_counts\_all에 대한 응답 모델

### `class xdk.posts.models.GetCountsRecentResponse`

get\_counts\_recent에 대한 응답 모델

### `class xdk.posts.models.GetInsights28hrResponse`

get\_insights28hr에 대한 응답 모델

### `class xdk.posts.models.GetInsightsHistoricalResponse`

get\_insights\_historical에 대한 응답 모델

### `class xdk.posts.models.GetLikingUsersResponse`

get\_liking\_users에 대한 응답 모델

### `class xdk.posts.models.GetQuotedResponse`

get\_quoted에 대한 응답 모델

### `class xdk.posts.models.GetRepostedByResponse`

get\_reposted\_by에 대한 응답 모델

### `class xdk.posts.models.GetRepostsResponse`

get\_reposts에 대한 응답 모델

### `class xdk.posts.models.HideReplyResponse`

hide\_reply에 대한 응답 모델

### `class xdk.posts.models.SearchAllResponse`

search\_all에 대한 응답 모델

### `class xdk.posts.models.SearchRecentResponse`

search\_recent에 대한 응답 모델
