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

    Twilio - Content
    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)ContentList)ContentAndApprovalsList)LegacyContentListc                   r     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defdZ xZS )V1domainc                 P    t         |   |d       d| _        d| _        d| _        y)zh
        Initialize the V1 version of Content

        :param domain: The Twilio.content domain
        v1N)super__init__	_contents_content_and_approvals_legacy_contents)selfr   	__class__s     a/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/content/v1/__init__.pyr   zV1.__init__   s+     	&04IM#=A    returnc                 R    | j                   t        |       | _         | j                   S N)r   r   r   s    r   contentszV1.contents$   s"    >>!(.DN~~r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   content_and_approvalszV1.content_and_approvals*   s'    &&.*A$*GD'***r   c                 R    | j                   t        |       | _         | j                   S r   )r   r   r   s    r   legacy_contentszV1.legacy_contents0   s'      ($5d$;D!$$$r   c                      y)ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.Content.V1> r   s    r   __repr__zV1.__repr__6   s    
 %r   )__name__
__module____qualname__r   r   propertyr   r   r   r   r   r   strr"   __classcell__)r   s   @r   r
   r
      sp    	Bv 	B +  
 +'> + +
 %!2 % %
%# %r   r
   N)__doc__typingr   twilio.base.versionr   twilio.base.domainr   twilio.rest.content.v1.contentr   ,twilio.rest.content.v1.content_and_approvalsr   %twilio.rest.content.v1.legacy_contentr   r
   r!   r   r   <module>r0      s*     ' % 6 P C$% $%r   