이 모듈은 X API의 webhooks 엔드포인트에 대한 요청 및 응답 데이터 구조를
표현하는 Pydantic 모델을 제공합니다. 모든 모델은 OpenAPI 명세에서 생성되며
타입 안전성과 검증 기능을 제공합니다.
class xdk.webhooks.models.CreateRequest
생성 요청 모델
기본값: {'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}모델 구성으로, [ConfigDict][pydantic.config.ConfigDict]를 준수하는 딕셔너리여야 합니다.
클래스
상속: BaseModel
Create 요청에 대한 응답 모델
class xdk.webhooks.models.CreateResponse
생성 작업에 대한 응답 모델
class xdk.webhooks.models.CreateStreamLinkResponse
create_stream_link의 응답 모델
class xdk.webhooks.models.CreateWebhookReplayJobResponse
create_webhook_replay_job용 응답 모델
class xdk.webhooks.models.DeleteResponse
삭제 요청에 대한 응답 모델
class xdk.webhooks.models.DeleteStreamLinkResponse
delete_stream_link 메서드의 응답 모델
class xdk.webhooks.models.GetResponse
GET 요청에 대한 응답 모델
class xdk.webhooks.models.GetStreamLinksResponse
get_stream_links 호출에 대한 응답 모델
class xdk.webhooks.models.ValidateResponse
validate 작업에 대한 응답 모델