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

# Community_notes.Models

> X API SDK の community_notes.models Python モジュールのリファレンス。 Pydantic request and response models for the community notes endpoints of the X API.

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

### class xdk.community\_notes.models.CreateRequest

Request model for 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">クラス</Badge>

<Badge color="gray">基底: BaseModel</Badge>

レスポンスモデル: create

## メソッド

### `class xdk.community_notes.models.CreateResponse`

レスポンスモデル: create

### `class xdk.community_notes.models.DeleteResponse`

レスポンスモデル: delete

### `class xdk.community_notes.models.EvaluateResponse`

レスポンスモデル: evaluate

### `class xdk.community_notes.models.SearchEligiblePostsResponse`

レスポンスモデル: search\_eligible\_posts

### `class xdk.community_notes.models.SearchWrittenResponse`

レスポンスモデル: search\_written
