o
    ä›ek  ã                   @   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
      /       /
é    )ÚDomain)ÚV1)ÚV2c                       sT   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZdd„ Z	‡  Z
S )ÚIpMessagingc                    s&   t t| ƒ |¡ d| _d| _d| _dS )z’
        Initialize the IpMessaging Domain

        :returns: Domain for IpMessaging
        :rtype: twilio.rest.ip_messaging.IpMessaging
        zhttps://ip-messaging.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1Ú_v2)ÚselfÚtwilio©Ú	__class__© úT/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/ip_messaging/__init__.pyr      s   
zIpMessaging.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )ze
        :returns: Version v1 of ip_messaging
        :rtype: twilio.rest.ip_messaging.v1.V1
        N)r	   r   ©r   r   r   r   Úv1   ó   

zIpMessaging.v1c                 C   r   )ze
        :returns: Version v2 of ip_messaging
        :rtype: twilio.rest.ip_messaging.v2.V2
        N)r
   r   r   r   r   r   Úv2)   r   zIpMessaging.v2c                 C   ó   | j jS )zO
        :rtype: twilio.rest.ip_messaging.v2.credential.CredentialList
        )r   Úcredentialsr   r   r   r   r   3   ó   zIpMessaging.credentialsc                 C   r   )zI
        :rtype: twilio.rest.ip_messaging.v2.service.ServiceList
        )r   Úservicesr   r   r   r   r   :   r   zIpMessaging.servicesc                 C   s   dS )zz
        Provide a friendly representation

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