
    U}bg                     V    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	dS )	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.
    )Optional)Domain)Client)V1c                   L     e Zd Zdef fdZedefd            ZdefdZ	 xZ
S )PreviewMessagingBasetwilioc                 Z    t                                          |d           d| _        dS )zg
        Initialize the PreviewMessaging Domain

        :returns: Domain for PreviewMessaging
        z$https://preview.messaging.twilio.comN)super__init___v1)selfr	   	__class__s     /home/e360mart.nyusoft.in/public_html/e360mart_env/lib/python3.11/site-packages/twilio/rest/preview_messaging/PreviewMessagingBase.pyr   zPreviewMessagingBase.__init__   s+     	!GHHH!%    returnc                 F    | j         t          |           | _         | j         S )z;
        :returns: Versions v1 of PreviewMessaging
        )r   r   r   s    r   v1zPreviewMessagingBase.v1   s     
 8$xxDHxr   c                     dS )ze
        Provide a friendly representation
        :returns: Machine friendly representation
        z<Twilio.PreviewMessaging> r   s    r   __repr__zPreviewMessagingBase.__repr__'   s
    
 +*r   )__name__
__module____qualname__r   r   propertyr   r   strr   __classcell__)r   s   @r   r   r      s        &v & & & & & & B    X+# + + + + + + + +r   r   N)
__doc__typingr   twilio.base.domainr   twilio.restr    twilio.rest.preview_messaging.v1r   r   r   r   r   <module>r$      s   	 	       % % % % % %       / / / / / /+ + + + +6 + + + + +r   