o
    ä›eÿ  ã                   @   sH   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„ deƒZ	dS )	za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚVersion)ÚMediaProcessorList)ÚMediaRecordingList)ÚPlayerStreamerListc                       sH   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZd	d
„ Z‡  Z	S )ÚV1c                    s,   t t| ƒ |¡ d| _d| _d| _d| _dS )z†
        Initialize the V1 version of Media

        :returns: V1 version of Media
        :rtype: twilio.rest.media.v1.V1.V1
        Úv1N)Úsuperr   Ú__init__ÚversionÚ_media_processorÚ_media_recordingÚ_player_streamer)ÚselfÚdomain©Ú	__class__© úP/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/media/v1/__init__.pyr	      s
   
zV1.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )zQ
        :rtype: twilio.rest.media.v1.media_processor.MediaProcessorList
        N)r   r   ©r   r   r   r   Úmedia_processor   ó   

zV1.media_processorc                 C   r   )zQ
        :rtype: twilio.rest.media.v1.media_recording.MediaRecordingList
        N)r   r   r   r   r   r   Úmedia_recording'   r   zV1.media_recordingc                 C   r   )zQ
        :rtype: twilio.rest.media.v1.player_streamer.PlayerStreamerList
        N)r   r   r   r   r   r   Úplayer_streamer0   r   zV1.player_streamerc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Media.V1>r   r   r   r   r   Ú__repr__9   s   zV1.__repr__)
Ú__name__Ú
__module__Ú__qualname__r	   Úpropertyr   r   r   r   Ú__classcell__r   r   r   r   r      s    


r   N)
Ú__doc__Útwilio.base.versionr   Ú$twilio.rest.media.v1.media_processorr   Ú$twilio.rest.media.v1.media_recordingr   Ú$twilio.rest.media.v1.player_streamerr   r   r   r   r   r   Ú<module>   s   