
    piz                     6    d Z ddlmZ ddlmZ  G d de      Zy)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.
    )Domain)Clientc                   0     e Zd Zdef fdZdefdZ xZS )IamBasetwilioc                 &    t         |   |d       y)zM
        Initialize the Iam Domain

        :returns: Domain for Iam
        zhttps://iam.twilio.comN)super__init__)selfr   	__class__s     Y/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/iam/IamBase.pyr
   zIamBase.__init__   s     	!9:    returnc                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Iam> )r   s    r   __repr__zIamBase.__repr__   s    
 r   )__name__
__module____qualname__r   r
   strr   __classcell__)r   s   @r   r   r      s    ;v ;# r   r   N)__doc__twilio.base.domainr   twilio.restr   r   r   r   r   <module>r      s   	 & f r   