a
    ๙!fณ  ใ                   @   sT   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
 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)ฺV1)ฺV2c                       sT   e Zd Zed fddZeedddZeedddZ	e
dd	d
Z  ZS )ฺ
StudioBase)ฺtwilioc                    s   t   |dก d| _d| _dS )zS
        Initialize the Studio Domain

        :returns: Domain for Studio
        zhttps://studio.twilio.comN)ฺsuperฺ__init__ฺ_v1ฺ_v2)ฺselfr   ฉฺ	__class__ฉ ๚^/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/studio/StudioBase.pyr
      s    zStudioBase.__init__)ฺreturnc                 C   s   | j du rt| | _ | j S )z1
        :returns: Versions v1 of Studio
        N)r   r   ฉr   r   r   r   ฺv1   s    

zStudioBase.v1c                 C   s   | j du rt| | _ | j S )z1
        :returns: Versions v2 of Studio
        N)r   r   r   r   r   r   ฺv2(   s    

zStudioBase.v2c                 C   s   dS )ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Studio>r   r   r   r   r   ฺ__repr__1   s    zStudioBase.__repr__)ฺ__name__ฺ
__module__ฺ__qualname__r   r
   ฺpropertyr   r   r   r   ฺstrr   ฺ__classcell__r   r   r   r   r      s   
r   N)ฺ__doc__ฺtypingr   Ztwilio.base.domainr   Ztwilio.restr   Ztwilio.rest.studio.v1r   Ztwilio.rest.studio.v2r   r   r   r   r   r   ฺ<module>   s   