o
    f>h 9                     @   s   d Z ddlmZmZmZmZmZmZ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G dd deZG dd deZG dd deZdS )a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Pricing
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )AnyDictListOptionalUnionIteratorAsyncIterator)values)InstanceContext)InstanceResource)ListResource)Version)Pagec                       sn   e Zd ZdZ	ddedeeef dee f fddZ	e
dd
dZdddZdddZdefddZ  ZS )CountryInstancea  
    :ivar country: The name of the country.
    :ivar iso_country: The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
    :ivar phone_number_prices: The list of [PhoneNumberPrice](https://www.twilio.com/docs/phone-numbers/pricing#phone-number-price) records.
    :ivar price_unit: The currency in which prices are measured, specified in [ISO 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).
    :ivar url: The absolute URL of the resource.
    Nversionpayloadiso_countryc                    sb   t  | |d| _|d| _|d| _|d| _|d| _d|p)| ji| _d | _	d S )Ncountryr   phone_number_prices
price_uniturl)
super__init__getr   r   r   r   r   	_solution_context)selfr   r   r   	__class__ ^/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/pricing/v1/phone_number/country.pyr   !   s   

zCountryInstance.__init__returnCountryContextc                 C   s&   | j du rt| j| jd d| _ | j S )z
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: CountryContext for this CountryInstance
        Nr   r   )r   r"   _versionr   r   r   r   r    _proxy6   s   
zCountryInstance._proxyc                 C   s
   | j  S )[
        Fetch the CountryInstance


        :returns: The fetched CountryInstance
        )r&   fetchr%   r   r   r    r(   E   s   
zCountryInstance.fetchc                    s   | j  I dH S )u
        Asynchronous coroutine to fetch the CountryInstance


        :returns: The fetched CountryInstance
        N)r&   fetch_asyncr%   r   r   r    r*   N   s   zCountryInstance.fetch_asyncc                 C   $   d dd | j D }d|S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c                 s        | ]\}}d  ||V  qdS z{}={}Nformat.0kvr   r   r    	<genexpr>]       z+CountryInstance.__repr__.<locals>.<genexpr>z&<Twilio.Pricing.V1.CountryInstance {}>joinr   itemsr1   r   contextr   r   r    __repr__W      
zCountryInstance.__repr__N)r!   r"   )r!   r   )__name__
__module____qualname____doc__r   r   strr   r   r   propertyr&   r(   r*   r=   __classcell__r   r   r   r    r      s    


		r   c                       sP   e Zd Zdedef fddZdefddZdefdd	Zdefd
dZ	  Z
S )r"   r   r   c                    s.   t  | d|i| _djdi | j| _dS )z
        Initialize the CountryContext

        :param version: Version that contains the resource
        :param iso_country: The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.
        r   z%/PhoneNumbers/Countries/{iso_country}Nr   )r   r   r   r1   _uri)r   r   r   r   r   r    r   c   s   zCountryContext.__init__r!   c                 C   s<   t i }d|d< | jjd| j|d}t| j|| jd dS )r'   application/jsonAcceptGETmethoduriheadersr   r#   )r	   ofr$   r(   rG   r   r   r   rN   r   r   r   r    r(   r   s   
zCountryContext.fetchc                    sD   t i }d|d< | jjd| j|dI dH }t| j|| jd dS )r)   rH   rI   rJ   rK   Nr   r#   )r	   rO   r$   r*   rG   r   r   rP   r   r   r    r*      s   
zCountryContext.fetch_asyncc                 C   r+   )r,   r-   c                 s   r.   r/   r0   r2   r   r   r    r6      r7   z*CountryContext.__repr__.<locals>.<genexpr>z%<Twilio.Pricing.V1.CountryContext {}>r8   r;   r   r   r    r=      r>   zCountryContext.__repr__)r@   rA   rB   r   rD   r   r   r(   r*   r=   rF   r   r   r   r    r"   a   s
    r"   c                   @   s4   e Zd Zdeeef defddZdefddZdS )CountryPager   r!   c                 C   s   t | j|S )zm
        Build an instance of CountryInstance

        :param payload: Payload response from the API
        )r   r$   )r   r   r   r   r    get_instance   s   zCountryPage.get_instancec                 C      dS )r,   z<Twilio.Pricing.V1.CountryPage>r   r%   r   r   r    r=         zCountryPage.__repr__N)	r@   rA   rB   r   rD   r   r   rR   r=   r   r   r   r    rQ      s    rQ   c                	       s  e Zd Zdef fddZ		d"dee dee dee fdd	Z			d"dee dee de
e fd
dZ		d"dee dee dee fddZ		d"dee dee dee fddZejejejfdeeef deeef deeef defddZejejejfdeeef deeef deeef defddZdedefddZdedefddZdedefddZdedefddZdefd d!Z  ZS )#CountryListr   c                    s   t  | d| _dS )zi
        Initialize the CountryList

        :param version: Version that contains the resource

        z/PhoneNumbers/CountriesN)r   r   rG   )r   r   r   r   r    r      s   
zCountryList.__init__Nlimit	page_sizer!   c                 C   s0   | j ||}| j|d d}| j ||d S )a]  
        Streams CountryInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rW   rW   rV   )r$   read_limitspagestreamr   rV   rW   limitsrZ   r   r   r    r[      s   zCountryList.streamc                    s8   | j ||}| j|d dI dH }| j ||d S )al  
        Asynchronously streams CountryInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rW   rX   NrV   )r$   rY   
page_asyncstream_asyncr\   r   r   r    r_      s   zCountryList.stream_asyncc                 C   s   t | j||dS )a  
        Lists CountryInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        rV   rW   )listr[   r   rV   rW   r   r   r    ra      s   zCountryList.listc                    s&   dd | j ||dI dH 2 I dH S )a	  
        Asynchronously lists CountryInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        c                    s   g | z3 d H W }|q6 S r?   r   )r3   recordr   r   r    
<listcomp>%  s
    z*CountryList.list_async.<locals>.<listcomp>r`   N)r_   rb   r   r   r    
list_async  s   
zCountryList.list_async
page_tokenpage_numberc                 C   sJ   t |||d}t ddi}d|d< | jjd| j||d}t| j|S )as  
        Retrieve a single page of CountryInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of CountryInstance
        	PageTokenr   PageSizeContent-Type!application/x-www-form-urlencodedrH   rI   rJ   rL   rM   paramsrN   )r	   rO   r$   rZ   rG   rQ   r   rf   rg   rW   datarN   responser   r   r    rZ   -  s   
zCountryList.pagec                    sR   t |||d}t ddi}d|d< | jjd| j||dI dH }t| j|S )	a  
        Asynchronously retrieve a single page of CountryInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of CountryInstance
        rh   rk   rl   rH   rI   rJ   rm   N)r	   rO   r$   r^   rG   rQ   ro   r   r   r    r^   N  s   
zCountryList.page_async
target_urlc                 C   s   | j jjd|}t| j |S )z
        Retrieve a specific page of CountryInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of CountryInstance
        rJ   )r$   domaintwiliorequestrQ   r   rr   rq   r   r   r    get_pageo  s   	zCountryList.get_pagec                    s&   | j jjd|I dH }t| j |S )a  
        Asynchronously retrieve a specific page of CountryInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of CountryInstance
        rJ   N)r$   rs   rt   request_asyncrQ   rv   r   r   r    get_page_async{  s   	zCountryList.get_page_asyncr   c                 C      t | j|dS z
        Constructs a CountryContext

        :param iso_country: The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the pricing information to fetch.
        r#   r"   r$   r   r   r   r   r    r        zCountryList.getc                 C   rz   r{   r|   r}   r   r   r    __call__  r~   zCountryList.__call__c                 C   rS   )r,   z<Twilio.Pricing.V1.CountryList>r   r%   r   r   r    r=     rT   zCountryList.__repr__)NN)r@   rA   rB   r   r   r   intr   r   r[   r   r_   r   ra   re   r	   unsetr   rD   objectrQ   rZ   r^   rw   ry   r"   r   r   r=   rF   r   r   r   r    rU      s    







#



!rU   N)rC   typingr   r   r   r   r   r   r   twilio.baser	   twilio.base.instance_contextr
   twilio.base.instance_resourcer   twilio.base.list_resourcer   twilio.base.versionr   twilio.base.pager   r   r"   rQ   rU   r   r   r   r    <module>   s    $IE