o
    ä›e  ã                   @   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 )ÚStudioc                    s&   t t| ƒ |¡ d| _d| _d| _dS )z}
        Initialize the Studio Domain

        :returns: Domain for Studio
        :rtype: twilio.rest.studio.Studio
        zhttps://studio.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1Ú_v2)ÚselfÚtwilio©Ú	__class__© úN/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/studio/__init__.pyr      s   
zStudio.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )zY
        :returns: Version v1 of studio
        :rtype: twilio.rest.studio.v1.V1
        N)r	   r   ©r   r   r   r   Úv1   ó   

z	Studio.v1c                 C   r   )zY
        :returns: Version v2 of studio
        :rtype: twilio.rest.studio.v2.V2
        N)r
   r   r   r   r   r   Úv2)   r   z	Studio.v2c                 C   ó   | j jS )z=
        :rtype: twilio.rest.studio.v2.flow.FlowList
        )r   Úflowsr   r   r   r   r   3   ó   zStudio.flowsc                 C   r   )zN
        :rtype: twilio.rest.studio.v2.flow_validate.FlowValidateList
        )r   Úflow_validater   r   r   r   r   :   r   zStudio.flow_validatec                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Studio>r   r   r   r   r   Ú__repr__A   s   zStudio.__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.studio.v1r   Útwilio.rest.studio.v2r   r   r   r   r   r   Ú<module>   s
   