
    pi                     Z    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
  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)ContentAndApprovalsListc                   \     e Zd Zdef fdZedefd       Zedefd       Z	de
fdZ xZS )V2domainc                 B    t         |   |d       d| _        d| _        y)zh
        Initialize the V2 version of Content

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