o
    ä›eç	  ã                   @   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 G dd	„ d	eƒZd
S )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚVersion)ÚFormList)ÚServiceList)ÚTemplateList)ÚVerificationAttemptList)ÚVerificationAttemptsSummaryListc                       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	dd„ Z
‡  ZS )ÚV2c                    s8   t t| ƒ |¡ d| _d| _d| _d| _d| _d| _dS )z‰
        Initialize the V2 version of Verify

        :returns: V2 version of Verify
        :rtype: twilio.rest.verify.v2.V2.V2
        Úv2N)	Úsuperr   Ú__init__ÚversionÚ_formsÚ	_servicesÚ_verification_attemptsÚ_verification_attempts_summaryÚ
_templates)ÚselfÚdomain©Ú	__class__© úQ/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/verify/v2/__init__.pyr      s   
zV2.__init__c                 C   ó   | j du r
t| ƒ| _ | j S )z=
        :rtype: twilio.rest.verify.v2.form.FormList
        N)r   r   ©r   r   r   r   Úforms"   ó   

zV2.formsc                 C   r   )zC
        :rtype: twilio.rest.verify.v2.service.ServiceList
        N)r   r   r   r   r   r   Úservices+   r   zV2.servicesc                 C   r   )z\
        :rtype: twilio.rest.verify.v2.verification_attempt.VerificationAttemptList
        N)r   r   r   r   r   r   Úverification_attempts4   r   zV2.verification_attemptsc                 C   r   )zm
        :rtype: twilio.rest.verify.v2.verification_attempts_summary.VerificationAttemptsSummaryList
        N)r   r   r   r   r   r   Úverification_attempts_summary=   r   z V2.verification_attempts_summaryc                 C   r   )zE
        :rtype: twilio.rest.verify.v2.template.TemplateList
        N)r   r   r   r   r   r   Ú	templatesF   r   zV2.templatesc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Verify.V2>r   r   r   r   r   Ú__repr__O   s   zV2.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   r   r   r    Ú__classcell__r   r   r   r   r      s    




r   N)Ú__doc__Útwilio.base.versionr   Útwilio.rest.verify.v2.formr   Útwilio.rest.verify.v2.servicer   Útwilio.rest.verify.v2.templater   Ú*twilio.rest.verify.v2.verification_attemptr   Ú3twilio.rest.verify.v2.verification_attempts_summaryr   r   r   r   r   r   Ú<module>   s   