o
    ไeี  ใ                   @   s0   d 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
      /       /
้    )ฺDomain)ฺV1c                       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 )ฺTrusthubc                    s    t t|  |ก d| _d| _dS )z
        Initialize the Trusthub Domain

        :returns: Domain for Trusthub
        :rtype: twilio.rest.trusthub.Trusthub
        zhttps://trusthub.twilio.comN)ฺsuperr   ฺ__init__ฺbase_urlฺ_v1)ฺselfฺtwilioฉฺ	__class__ฉ ๚P/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/trusthub/__init__.pyr      s   
zTrusthub.__init__c                 C   s   | j du r
t| | _ | j S )z]
        :returns: Version v1 of trusthub
        :rtype: twilio.rest.trusthub.v1.V1
        N)r   r   ฉr	   r   r   r   ฺv1   s   

zTrusthub.v1c                 C   ๓   | j jS )zX
        :rtype: twilio.rest.trusthub.v1.customer_profiles.CustomerProfilesList
        )r   ฺcustomer_profilesr   r   r   r   r   '   ๓   zTrusthub.customer_profilesc                 C   r   )zF
        :rtype: twilio.rest.trusthub.v1.end_user.EndUserList
        )r   ฺ	end_usersr   r   r   r   r   .   r   zTrusthub.end_usersc                 C   r   )zO
        :rtype: twilio.rest.trusthub.v1.end_user_type.EndUserTypeList
        )r   ฺend_user_typesr   r   r   r   r   5   r   zTrusthub.end_user_typesc                 C   r   )zG
        :rtype: twilio.rest.trusthub.v1.policies.PoliciesList
        )r   ฺpoliciesr   r   r   r   r   <   r   zTrusthub.policiesc                 C   r   )z\
        :rtype: twilio.rest.trusthub.v1.supporting_document.SupportingDocumentList
        )r   ฺsupporting_documentsr   r   r   r   r   C   r   zTrusthub.supporting_documentsc                 C   r   )ze
        :rtype: twilio.rest.trusthub.v1.supporting_document_type.SupportingDocumentTypeList
        )r   ฺsupporting_document_typesr   r   r   r   r   J   r   z"Trusthub.supporting_document_typesc                 C   r   )zR
        :rtype: twilio.rest.trusthub.v1.trust_products.TrustProductsList
        )r   ฺtrust_productsr   r   r   r   r   Q   r   zTrusthub.trust_productsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Trusthub>r   r   r   r   r   ฺ__repr__X   s   zTrusthub.__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.domainr   ฺtwilio.rest.trusthub.v1r   r   r   r   r   r   ฺ<module>   s   