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

# Account_activity.Models

> Python XDK account_activity.models 모듈에 대한 참조로, replay jobs, subscriptions, and subscription counts에 대한 Pydantic 응답 클래스를 나열합니다.

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

## CreateReplayJobResponse

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

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

create\_replay\_job에 대한 응답 모델

## 메서드

### `class xdk.account_activity.models.CreateReplayJobResponse`

create\_replay\_job에 대한 응답 모델

### `class xdk.account_activity.models.CreateSubscriptionResponse`

create\_subscription에 대한 응답 모델

### `class xdk.account_activity.models.DeleteSubscriptionResponse`

delete\_subscription에 대한 응답 모델

### `class xdk.account_activity.models.GetSubscriptionCountResponse`

get\_subscription\_count에 대한 응답 모델

### `class xdk.account_activity.models.GetSubscriptionsResponse`

get\_subscriptions에 대한 응답 모델

### `class xdk.account_activity.models.ValidateSubscriptionResponse`

validate\_subscription에 대한 응답 모델
