o
    ä›e+  ã                   @   s0   d 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
      /       /
é    )ÚDomain)ÚV1c                       s`   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZedd„ ƒZ	dd„ Z
‡  ZS )ÚEventsc                    s    t t| ƒ |¡ d| _d| _dS )z}
        Initialize the Events Domain

        :returns: Domain for Events
        :rtype: twilio.rest.events.Events
        zhttps://events.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úN/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/events/__init__.pyr      s   
zEvents.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zY
        :returns: Version v1 of events
        :rtype: twilio.rest.events.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

z	Events.v1c                 C   ó   | j jS )zH
        :rtype: twilio.rest.events.v1.event_type.EventTypeList
        )r   Úevent_typesr   r   r   r   r   '   ó   zEvents.event_typesc                 C   r   )zA
        :rtype: twilio.rest.events.v1.schema.SchemaList
        )r   Úschemasr   r   r   r   r   .   r   zEvents.schemasc                 C   r   )z=
        :rtype: twilio.rest.events.v1.sink.SinkList
        )r   Úsinksr   r   r   r   r   5   r   zEvents.sinksc                 C   r   )zM
        :rtype: twilio.rest.events.v1.subscription.SubscriptionList
        )r   Úsubscriptionsr   r   r   r   r   <   r   zEvents.subscriptionsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Events>r   r   r   r   r   Ú__repr__C   s   zEvents.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   r   r   r   Ú__classcell__r   r   r   r   r      s    
	



r   N)Ú__doc__Útwilio.base.domainr   Útwilio.rest.events.v1r   r   r   r   r   r   Ú<module>   s   