
    pi\	                     ~    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 dd	lmZ  G d
 de      Zy)a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Iam
    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)
ApiKeyList)GetApiKeysList)NewApiKeyList)OAuthAppList)	TokenListc                        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edefd       Zdefd	Z xZS )
V1domainc                 l    t         |   |d       d| _        d| _        d| _        d| _        d| _        y)z`
        Initialize the V1 version of Iam

        :param domain: The Twilio.iam domain
        v1N)super__init___api_key_get_api_keys_new_api_key_o_auth_apps_token)selfr   	__class__s     ]/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/iam/v1/__init__.pyr   zV1.__init__   s:     	&.27;5948+/    returnc                 R    | j                   t        |       | _         | j                   S N)r   r   r   s    r   api_keyz
V1.api_key(   s"    == &t,DM}}r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   get_api_keyszV1.get_api_keys.   s'    %!/!5D!!!r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   new_api_keyzV1.new_api_key4   s'    $ -d 3D   r   c                 R    | j                   t        |       | _         | j                   S r   )r   r	   r   s    r   o_auth_appszV1.o_auth_apps:   s'    $ ,T 2D   r   c                 R    | j                   t        |       | _         | j                   S r   )r   r
   r   s    r   tokenzV1.token@   s!    ;;#D/DK{{r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Iam.V1> r   s    r   __repr__zV1.__repr__F   s    
 !r   )__name__
__module____qualname__r   r   propertyr   r   r   r!   r   r#   r	   r%   r
   r'   strr*   __classcell__)r   s   @r   r   r      s    0v 0   
 "n " "
 !] ! !
 !\ ! !
 y  
!# !r   r   N)__doc__typingr   twilio.base.versionr   twilio.base.domainr   twilio.rest.iam.v1.api_keyr   twilio.rest.iam.v1.get_api_keysr   twilio.rest.iam.v1.new_api_keyr   twilio.rest.iam.v1.o_auth_appr	   twilio.rest.iam.v1.tokenr
   r   r)   r   r   <module>r:      s0     ' % 1 : 8 6 .2! 2!r   