a
    ù!fº  ã                   @   sH   d 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
  ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
   |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
   |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

  NOTE: This class is auto generated by OpenAPI Generator.
  https://openapi-generator.tech
  Do not edit the class manually.
é    )ÚOptional)ÚDomain)ÚClient)ÚV1c                       sB   e Zd Zedœ‡ fdd„Zeedœdd„ƒZedœdd„Z	‡  Z
S )	ÚInsightsBase)Útwilioc                    s   t ƒ  |d¡ d| _dS )zW
        Initialize the Insights Domain

        :returns: Domain for Insights
        zhttps://insights.twilio.comN)ÚsuperÚ__init__Ú_v1)Úselfr   ©Ú	__class__© úb/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/insights/InsightsBase.pyr	      s    zInsightsBase.__init__)Úreturnc                 C   s   | j du rt| ƒ| _ | j S )z3
        :returns: Versions v1 of Insights
        N)r
   r   ©r   r   r   r   Úv1   s    

zInsightsBase.v1c                 C   s   dS )ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Insights>r   r   r   r   r   Ú__repr__&   s    zInsightsBase.__repr__)Ú__name__Ú
__module__Ú__qualname__r   r	   Úpropertyr   r   Ústrr   Ú__classcell__r   r   r   r   r      s   	r   N)
Ú__doc__Útypingr   Ztwilio.base.domainr   Ztwilio.restr   Ztwilio.rest.insights.v1r   r   r   r   r   r   Ú<module>   s
   