o
    ä›ei  ã                   @   s„   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 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)ÚAddressConfigurationList)ÚConfigurationList)ÚConversationList)ÚCredentialList)ÚParticipantConversationList)ÚRoleList)ÚServiceList)ÚUserListc                       s„   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZedd„ ƒZ	edd„ ƒZ
edd„ ƒZedd„ ƒZdd„ Z‡  ZS )ÚV1c                    sJ   t t| ƒ |¡ d| _d| _d| _d| _d| _d| _d| _	d| _
d| _dS )zž
        Initialize the V1 version of Conversations

        :returns: V1 version of Conversations
        :rtype: twilio.rest.conversations.v1.V1.V1
        Úv1N)Úsuperr   Ú__init__ÚversionÚ_configurationÚ_address_configurationsÚ_conversationsÚ_credentialsÚ_participant_conversationsÚ_rolesÚ	_servicesÚ_users)ÚselfÚdomain©Ú	__class__© úX/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/conversations/v1/__init__.pyr      s   
zV1.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )zV
        :rtype: twilio.rest.conversations.v1.configuration.ConfigurationList
        N)r   r   ©r   r   r   r   Úconfiguration(   ó   

zV1.configurationc                 C   r   )ze
        :rtype: twilio.rest.conversations.v1.address_configuration.AddressConfigurationList
        N)r   r   r   r   r   r   Úaddress_configurations1   r!   zV1.address_configurationsc                 C   r   )zT
        :rtype: twilio.rest.conversations.v1.conversation.ConversationList
        N)r   r   r   r   r   r   Úconversations:   r!   zV1.conversationsc                 C   r   )zP
        :rtype: twilio.rest.conversations.v1.credential.CredentialList
        N)r   r   r   r   r   r   ÚcredentialsC   r!   zV1.credentialsc                 C   r   )zk
        :rtype: twilio.rest.conversations.v1.participant_conversation.ParticipantConversationList
        N)r   r   r   r   r   r   Úparticipant_conversationsL   r!   zV1.participant_conversationsc                 C   r   )zD
        :rtype: twilio.rest.conversations.v1.role.RoleList
        N)r   r   r   r   r   r   ÚrolesU   r!   zV1.rolesc                 C   r   )zJ
        :rtype: twilio.rest.conversations.v1.service.ServiceList
        N)r   r	   r   r   r   r   Úservices^   r!   zV1.servicesc                 C   r   )zD
        :rtype: twilio.rest.conversations.v1.user.UserList
        N)r   r
   r   r   r   r   Úusersg   r!   zV1.usersc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Conversations.V1>r   r   r   r   r   Ú__repr__p   s   zV1.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr    r"   r#   r$   r%   r&   r'   r(   r)   Ú__classcell__r   r   r   r   r      s&    







r   N)Ú__doc__Útwilio.base.versionr   Ú2twilio.rest.conversations.v1.address_configurationr   Ú*twilio.rest.conversations.v1.configurationr   Ú)twilio.rest.conversations.v1.conversationr   Ú'twilio.rest.conversations.v1.credentialr   Ú5twilio.rest.conversations.v1.participant_conversationr   Ú!twilio.rest.conversations.v1.roler   Ú$twilio.rest.conversations.v1.servicer	   Ú!twilio.rest.conversations.v1.userr
   r   r   r   r   r   Ú<module>   s   