
    m>hV                     r    d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
 ddlmZ ddlmZ  G d	 d
e      Zy)a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Events
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )Optional)Version)Domain)EventTypeList)
SchemaList)SinkList)SubscriptionListc                        e Zd Zdef fdZedefd       Zedefd       Z	ede
fd       Zedefd       ZdefdZ xZS )	V1domainc                 ^    t         |   |d       d| _        d| _        d| _        d| _        y)zf
        Initialize the V1 version of Events

        :param domain: The Twilio.events domain
        v1N)super__init___event_types_schemas_sinks_subscriptions)selfr   	__class__s     b/var/www/html/DP/alpha_backend/venv/lib/python3.12/site-packages/twilio/rest/events/v1/__init__.pyr   zV1.__init__   s2     	&59.2*.:>    returnc                 R    | j                   t        |       | _         | j                   S N)r   r   r   s    r   event_typeszV1.event_types&   s'    $ -d 3D   r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   schemasz
V1.schemas,   s"    == &t,DM}}r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   sinkszV1.sinks2   s!    ;;"4.DK{{r   c                 R    | j                   t        |       | _         | j                   S r   )r   r	   r   s    r   subscriptionszV1.subscriptions8   s'    &"24"8D"""r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Events.V1> r   s    r   __repr__zV1.__repr__>   s    
 $r   )__name__
__module____qualname__r   r   propertyr   r   r   r   r   r!   r	   r#   strr&   __classcell__)r   s   @r   r   r      s    
?v 
? !] ! !
   
 x  
 #/ # #
$# $r   r   N)__doc__typingr   twilio.base.versionr   twilio.base.domainr    twilio.rest.events.v1.event_typer   twilio.rest.events.v1.schemar   twilio.rest.events.v1.sinkr   "twilio.rest.events.v1.subscriptionr	   r   r%   r   r   <module>r5      s-     ' % : 3 / ?+$ +$r   