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                       sx   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	edd„ ƒZ
edd„ ƒZdd„ Z‡  ZS )ÚVoicec                    s    t t| ƒ |¡ d| _d| _dS )zy
        Initialize the Voice Domain

        :returns: Domain for Voice
        :rtype: twilio.rest.voice.Voice
        zhttps://voice.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfÚtwilio©Ú	__class__© úM/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/voice/__init__.pyr      s   
zVoice.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zW
        :returns: Version v1 of voice
        :rtype: twilio.rest.voice.v1.V1
        N)r   r   ©r	   r   r   r   Úv1   s   

zVoice.v1c                 C   ó   | j jS )zM
        :rtype: twilio.rest.voice.v1.archived_call.ArchivedCallList
        )r   Úarchived_callsr   r   r   r   r   '   ó   zVoice.archived_callsc                 C   r   )zG
        :rtype: twilio.rest.voice.v1.byoc_trunk.ByocTrunkList
        )r   Úbyoc_trunksr   r   r   r   r   .   r   zVoice.byoc_trunksc                 C   r   )zU
        :rtype: twilio.rest.voice.v1.connection_policy.ConnectionPolicyList
        )r   Úconnection_policiesr   r   r   r   r   5   r   zVoice.connection_policiesc                 C   r   )zY
        :rtype: twilio.rest.voice.v1.dialing_permissions.DialingPermissionsList
        )r   Údialing_permissionsr   r   r   r   r   <   r   zVoice.dialing_permissionsc                 C   r   )zE
        :rtype: twilio.rest.voice.v1.ip_record.IpRecordList
        )r   Ú
ip_recordsr   r   r   r   r   C   r   zVoice.ip_recordsc                 C   r   )zT
        :rtype: twilio.rest.voice.v1.source_ip_mapping.SourceIpMappingList
        )r   Úsource_ip_mappingsr   r   r   r   r   J   r   zVoice.source_ip_mappingsc                 C   s   dS )zz
        Provide a friendly representation

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