B
    ²ô`Œ  ã               @   s<   d 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)Ú
ExportList)ÚExportConfigurationListc                   s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚV1c                s&   t t| ƒ |¡ d| _d| _d| _dS )z˜
        Initialize the V1 version of Bulkexports

        :returns: V1 version of Bulkexports
        :rtype: twilio.rest.bulkexports.v1.V1.V1
        Zv1N)Úsuperr   Ú__init__ÚversionÚ_exportsÚ_export_configuration)ÚselfÚdomain)Ú	__class__© úR/home/dcms/DCMS/lib/python3.7/site-packages/twilio/rest/bulkexports/v1/__init__.pyr      s    zV1.__init__c             C   s   | j dkrt| ƒ| _ | j S )zF
        :rtype: twilio.rest.bulkexports.v1.export.ExportList
        N)r	   r   )r   r   r   r   Úexports   s    

z
V1.exportsc             C   s   | j dkrt| ƒ| _ | j S )za
        :rtype: twilio.rest.bulkexports.v1.export_configuration.ExportConfigurationList
        N)r
   r   )r   r   r   r   Úexport_configuration%   s    

zV1.export_configurationc             C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Bulkexports.V1>r   )r   r   r   r   Ú__repr__.   s    zV1.__repr__)	Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   Ú__classcell__r   r   )r   r   r      s   		r   N)Ú__doc__Ztwilio.base.versionr   Z!twilio.rest.bulkexports.v1.exportr   Z/twilio.rest.bulkexports.v1.export_configurationr   r   r   r   r   r   Ú<module>   s   