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 )ฺFlexApiBase)ฺtwilioc                    s   t   |dก d| _d| _dS )zU
        Initialize the FlexApi Domain

        :returns: Domain for FlexApi
        zhttps://flex-api.twilio.comN)ฺsuperฺ__init__ฺ_v1ฺ_v2)ฺselfr   ฉฺ	__class__ฉ ๚a/var/www/html/python-backend/venv/lib/python3.9/site-packages/twilio/rest/flex_api/FlexApiBase.pyr
      s    zFlexApiBase.__init__)ฺreturnc                 C   s   | j du rt| | _ | j S )z2
        :returns: Versions v1 of FlexApi
        N)r   r   ฉr   r   r   r   ฺv1   s    

zFlexApiBase.v1c                 C   s   | j du rt| | _ | j S )z2
        :returns: Versions v2 of FlexApi
        N)r   r   r   r   r   r   ฺv2(   s    

zFlexApiBase.v2c                 C   s   dS )ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.FlexApi>r   r   r   r   r   ฺ__repr__1   s    zFlexApiBase.__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.flex_api.v1r   Ztwilio.rest.flex_api.v2r   r   r   r   r   r   ฺ<module>   s   