> ## 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 モジュールのリファレンス。リプレイジョブ、サブスクリプション、サブスクリプション数向けの Pydantic レスポンスクラスを一覧します。

このモジュールは、リクエストとレスポンスのデータ構造用の Pydantic モデルを提供します
X API の account activity エンドポイント向けです。すべてのモデルは
OpenAPI 仕様から生成され、型安全性と検証を提供します。

## CreateReplayJobResponse

<Badge color="blue">クラス</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
