o
    eQ                     @   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 )	za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
    )Version)AuthTokenPromotionList)CredentialList)SecondaryAuthTokenListc                       sH   e Zd Z fddZedd Zedd Zedd Zd	d
 Z  Z	S )V1c                    s,   t t| | d| _d| _d| _d| _dS )z
        Initialize the V1 version of Accounts

        :returns: V1 version of Accounts
        :rtype: twilio.rest.accounts.v1.V1.V1
        v1N)superr   __init__version_auth_token_promotion_credentials_secondary_auth_token)selfdomain	__class__ S/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/accounts/v1/__init__.pyr	      s
   
zV1.__init__c                 C      | j du r
t| | _ | j S )z]
        :rtype: twilio.rest.accounts.v1.auth_token_promotion.AuthTokenPromotionList
        N)r   r   r   r   r   r   auth_token_promotion      

zV1.auth_token_promotionc                 C   r   )zK
        :rtype: twilio.rest.accounts.v1.credential.CredentialList
        N)r   r   r   r   r   r   credentials'   r   zV1.credentialsc                 C   r   )z]
        :rtype: twilio.rest.accounts.v1.secondary_auth_token.SecondaryAuthTokenList
        N)r   r   r   r   r   r   secondary_auth_token0   r   zV1.secondary_auth_tokenc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Accounts.V1>r   r   r   r   r   __repr__9   s   zV1.__repr__)
__name__
__module____qualname__r	   propertyr   r   r   r   __classcell__r   r   r   r   r      s    


r   N)
__doc__twilio.base.versionr   ,twilio.rest.accounts.v1.auth_token_promotionr   "twilio.rest.accounts.v1.credentialr   ,twilio.rest.accounts.v1.secondary_auth_tokenr   r   r   r   r   r   <module>   s   