o
    ä›eX  ã                   @   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                       sH   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZd	d
„ Z‡  Z	S )ÚBulkexportsc                    s    t t| ƒ |¡ d| _d| _dS )z‘
        Initialize the Bulkexports Domain

        :returns: Domain for Bulkexports
        :rtype: twilio.rest.bulkexports.Bulkexports
        zhttps://bulkexports.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úS/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/bulkexports/__init__.pyr      s   
zBulkexports.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zc
        :returns: Version v1 of bulkexports
        :rtype: twilio.rest.bulkexports.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

zBulkexports.v1c                 C   ó   | j jS )zF
        :rtype: twilio.rest.bulkexports.v1.export.ExportList
        )r   Úexportsr   r   r   r   r   '   ó   zBulkexports.exportsc                 C   r   )za
        :rtype: twilio.rest.bulkexports.v1.export_configuration.ExportConfigurationList
        )r   Úexport_configurationr   r   r   r   r   .   r   z Bulkexports.export_configurationc                 C   s   dS )zz
        Provide a friendly representation

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