o
    ý6eT  ã                   @   s`   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
 ddlmZ G dd	„ d	eƒZd
S )aé  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Routes
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
é    )ÚOptional)ÚVersion)ÚDomain)ÚPhoneNumberList)ÚSipDomainList)Ú	TrunkListc                       sf   e Zd Zdef‡ fdd„Zedefdd„ƒZedefdd„ƒZ	ede
fd	d
„ƒZdefdd„Z‡  ZS )ÚV2Údomainc                    s$   t ƒ  |d¡ d| _d| _d| _dS )zf
        Initialize the V2 version of Routes

        :param domain: The Twilio.routes domain
        Úv2N)ÚsuperÚ__init__Ú_phone_numbersÚ_sip_domainsÚ_trunks)Úselfr	   ©Ú	__class__© úq/var/www/html/apis.geethamveg.com/public_html/venv/lib/python3.10/site-packages/twilio/rest/routes/v2/__init__.pyr      s   
zV2.__init__Úreturnc                 C   ó   | j d u r
t| ƒ| _ | j S ©N)r   r   ©r   r   r   r   Úphone_numbers#   ó   

zV2.phone_numbersc                 C   r   r   )r   r   r   r   r   r   Úsip_domains)   r   zV2.sip_domainsc                 C   r   r   )r   r   r   r   r   r   Útrunks/   r   z	V2.trunksc                 C   s   dS )ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Routes.V2>r   r   r   r   r   Ú__repr__5   s   zV2.__repr__)Ú__name__Ú
__module__Ú__qualname__r   r   Úpropertyr   r   r   r   r   r   Ústrr   Ú__classcell__r   r   r   r   r      s    r   N)Ú__doc__Útypingr   Útwilio.base.versionr   Útwilio.base.domainr   Ú"twilio.rest.routes.v2.phone_numberr   Ú twilio.rest.routes.v2.sip_domainr   Útwilio.rest.routes.v2.trunkr   r   r   r   r   r   Ú<module>   s    