> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Place

> X API SDK の Schemas.Place TypeScript インターフェースのリファレンス。X API リクエストまたはレスポンスペイロードのフィールド定義、型、プロパティ。

[Schemas](/xdks/typescript/reference/modules/Schemas).Place

## プロパティ

<ResponseField name="containedWithin" type="string[]" />

<ResponseField name="country" type="string" />

<ResponseField name="countryCode" type="string" />

<ResponseField name="fullName" type="string" required />

<ResponseField name="geo" type="Geo" />

<ResponseField name="id" type="string" required />

<ResponseField name="name" type="string" />

<ResponseField name="placeType" type="PlaceType" />
