o
    e                     @   sT   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
 G dd deZd	S )
za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
    )Version)CommandList)RatePlanList)SimList)UsageRecordListc                       sT   e Zd Z f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                    s2   t t| | d| _d| _d| _d| _d| _dS )z
        Initialize the V1 version of Wireless

        :returns: V1 version of Wireless
        :rtype: twilio.rest.wireless.v1.V1.V1
        v1N)superr   __init__version_usage_records	_commands_rate_plans_sims)selfdomain	__class__ S/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/wireless/v1/__init__.pyr
      s   
zV1.__init__c                 C      | j du r
t| | _ | j S )zN
        :rtype: twilio.rest.wireless.v1.usage_record.UsageRecordList
        N)r   r   r   r   r   r   usage_records       

zV1.usage_recordsc                 C   r   )zE
        :rtype: twilio.rest.wireless.v1.command.CommandList
        N)r   r   r   r   r   r   commands)   r   zV1.commandsc                 C   r   )zH
        :rtype: twilio.rest.wireless.v1.rate_plan.RatePlanList
        N)r   r   r   r   r   r   
rate_plans2   r   zV1.rate_plansc                 C   r   )z=
        :rtype: twilio.rest.wireless.v1.sim.SimList
        N)r   r   r   r   r   r   sims;   r   zV1.simsc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Wireless.V1>r   r   r   r   r   __repr__D   s   zV1.__repr__)__name__
__module____qualname__r
   propertyr   r   r   r   r   __classcell__r   r   r   r   r      s    



r   N)__doc__twilio.base.versionr   twilio.rest.wireless.v1.commandr   !twilio.rest.wireless.v1.rate_planr   twilio.rest.wireless.v1.simr   $twilio.rest.wireless.v1.usage_recordr   r   r   r   r   r   <module>   s   