
    i?1iN	                     r    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
 ddlmZ ddlmZ  G d	 d
e      Zy)a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Accounts
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )Optional)Version)Domain)AuthTokenPromotionList)CredentialList)SafelistList)SecondaryAuthTokenListc                        e Zd Zdef fdZedefd       Zedefd       Z	ede
fd       Zedefd       ZdefdZ xZS )	V1domainc                 ^    t         |   |d       d| _        d| _        d| _        d| _        y)zj
        Initialize the V1 version of Accounts

        :param domain: The Twilio.accounts domain
        v1N)super__init___auth_token_promotion_credentials	_safelist_secondary_auth_token)selfr   	__class__s     j/home/www/therecruiter.miabetepe.com/venv/lib/python3.12/site-packages/twilio/rest/accounts/v1/__init__.pyr   zV1.__init__   s3     	&GK"6:15GK"    returnc                 R    | j                   t        |       | _         | j                   S N)r   r   r   s    r   auth_token_promotionzV1.auth_token_promotion%   '    %%-)?)ED&)))r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   credentialszV1.credentials+   s'    $ .t 4D   r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   safelistzV1.safelist1   s"    >>!)$/DN~~r   c                 R    | j                   t        |       | _         | j                   S r   )r   r	   r   s    r   secondary_auth_tokenzV1.secondary_auth_token7   r   r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Accounts.V1> r   s    r   __repr__zV1.__repr__=   s    
 &r   )__name__
__module____qualname__r   r   propertyr   r   r   r    r   r"   r	   r$   strr'   __classcell__)r   s   @r   r   r      s    
Lv 
L *&< * *
 !^ ! !
 ,  
 *&< * *
&# &r   r   N)__doc__typingr   twilio.base.versionr   twilio.base.domainr   ,twilio.rest.accounts.v1.auth_token_promotionr   "twilio.rest.accounts.v1.credentialr    twilio.rest.accounts.v1.safelistr   ,twilio.rest.accounts.v1.secondary_auth_tokenr	   r   r&   r   r   <module>r6      s-     ' % O = 9 O*& *&r   