This module provides Pydantic models for request and response data structures for the activity endpoints of the X API. All models are generated from the OpenAPI specification and provide type safety and validation.Documentation Index
Fetch the complete documentation index at: https://x-preview-mintlify-changelog-week-1778654903.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class xdk.activity.models.CreateSubscriptionRequest
Request model for create_subscriptionDefault:
{'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].