
    pit                     N    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e      Z	y)	a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Numbers
    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)HostedNumberOrderListc                   F     e Zd Zdef fdZedefd       ZdefdZ	 xZ
S )V3domainc                 4    t         |   |d       d| _        y)zh
        Initialize the V3 version of Numbers

        :param domain: The Twilio.numbers domain
        v3N)super__init___hosted_number_orders)selfr	   	__class__s     a/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/numbers/v3/__init__.pyr   zV3.__init__   s     	&FJ"    returnc                 R    | j                   t        |       | _         | j                   S )N)r   r   r   s    r   hosted_number_orderszV3.hosted_number_orders    s'    %%-)>t)DD&)))r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Numbers.V3> r   s    r   __repr__zV3.__repr__&   s    
 %r   )__name__
__module____qualname__r   r   propertyr   r   strr   __classcell__)r   s   @r   r   r      s9    Kv K *&; * *
%# %r   r   N)
__doc__typingr   twilio.base.versionr   twilio.base.domainr   *twilio.rest.numbers.v3.hosted_number_orderr   r   r   r   r   <module>r%      s$     ' % L% %r   