o
    ä›e“  ã                   @   sT   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
 G dd„ deƒZd	S )
za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚVersion)ÚEventTypeList)Ú
SchemaList)ÚSinkList)ÚSubscriptionListc                       sT   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZdd„ Z	‡  Z
S )ÚV1c                    s2   t t| ƒ |¡ d| _d| _d| _d| _d| _dS )z‰
        Initialize the V1 version of Events

        :returns: V1 version of Events
        :rtype: twilio.rest.events.v1.V1.V1
        Úv1N)Úsuperr   Ú__init__ÚversionÚ_event_typesÚ_schemasÚ_sinksÚ_subscriptions)ÚselfÚdomain©Ú	__class__© úQ/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/events/v1/__init__.pyr
      s   
zV1.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )zH
        :rtype: twilio.rest.events.v1.event_type.EventTypeList
        N)r   r   ©r   r   r   r   Úevent_types    ó   

zV1.event_typesc                 C   r   )zA
        :rtype: twilio.rest.events.v1.schema.SchemaList
        N)r   r   r   r   r   r   Úschemas)   r   z
V1.schemasc                 C   r   )z=
        :rtype: twilio.rest.events.v1.sink.SinkList
        N)r   r   r   r   r   r   Úsinks2   r   zV1.sinksc                 C   r   )zM
        :rtype: twilio.rest.events.v1.subscription.SubscriptionList
        N)r   r   r   r   r   r   Úsubscriptions;   r   zV1.subscriptionsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Events.V1>r   r   r   r   r   Ú__repr__D   s   zV1.__repr__)Ú__name__Ú
__module__Ú__qualname__r
   Úpropertyr   r   r   r   r   Ú__classcell__r   r   r   r   r      s    



r   N)Ú__doc__Útwilio.base.versionr   Ú 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   r   Ú<module>   s   