Ë
    [üàgØR  ã                   óÜ   — d Z ddlmZ ddlmZmZmZmZmZmZm	Z	 ddl
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  G d
„ de«      Z G d„ de«      Z G d„ de«      Z G d„ de«      Zy)aë  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Accounts
    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.
é    )Údatetime)ÚAnyÚDictÚListÚOptionalÚUnionÚIteratorÚAsyncIterator)ÚdeserializeÚvalues)ÚInstanceContext)ÚInstanceResource)ÚListResource)ÚVersion)ÚPagec                   óî   ‡ — e Zd ZdZ	 ddedeeef   dee   fˆ fd„Z	e
dd„«       Zdefd„Zdefd	„Zdd
„Zdd„Zej$                  fdeeef   dd fd„Zej$                  fdeeef   dd fd„Zdefd„Zˆ xZS )ÚPublicKeyInstanceaÓ  
    :ivar sid: The unique string that that we created to identify the PublicKey resource.
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Credential that the PublicKey resource belongs to.
    :ivar friendly_name: The string that you assigned to describe the resource.
    :ivar date_created: The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar date_updated: The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    :ivar url: The URI for this resource, relative to `https://accounts.twilio.com`
    ÚversionÚpayloadÚsidc                 ó´  •— t         ‰| �  |«       |j                  d«      | _        |j                  d«      | _        |j                  d«      | _        t        j                  |j                  d«      «      | _        t        j                  |j                  d«      «      | _	        |j                  d«      | _
        d|xs | j                  i| _        d | _        y )Nr   Úaccount_sidÚfriendly_nameÚdate_createdÚdate_updatedÚurl)ÚsuperÚ__init__Úgetr   r   r   r   Úiso8601_datetimer   r   r   Ú	_solutionÚ_context)Úselfr   r   r   Ú	__class__s       €úk/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/twilio/rest/accounts/v1/credential/public_key.pyr   zPublicKeyInstance.__init__#   s·   ø€ ô 	‰Ñ˜Ô!à")§+¡+¨eÓ"4ˆŒØ*1¯+©+°mÓ*DˆÔØ,3¯K©K¸Ó,HˆÔÜ0;×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔô 1<×0LÑ0LØ�K‰K˜Ó'ó1
ˆÔð #*§+¡+¨eÓ"4ˆŒð �3’?˜$Ÿ(™(ð
ˆŒð 59ˆ�ó    Úreturnc                 ó„   — | j                   €)t        | j                  | j                  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: PublicKeyContext for this PublicKeyInstance
        r   ©r   )r"   ÚPublicKeyContextÚ_versionr!   ©r#   s    r%   Ú_proxyzPublicKeyInstance._proxy8   s9   € ð �=‰=Ð Ü,Ø—‘Ø—N‘N 5Ñ)ôˆDŒMð �}‰}Ðr&   c                 ó6   — | j                   j                  «       S )úl
        Deletes the PublicKeyInstance


        :returns: True if delete succeeds, False otherwise
        )r-   Údeleter,   s    r%   r0   zPublicKeyInstance.deleteG   s   € ð �{‰{×!Ñ!Ó#Ð#r&   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)úˆ
        Asynchronous coroutine that deletes the PublicKeyInstance


        :returns: True if delete succeeds, False otherwise
        N)r-   Údelete_asyncr,   s    r%   r3   zPublicKeyInstance.delete_asyncP   s!   è ø€ ð —[‘[×-Ñ-Ó/×/Ð/Ð/úó   ‚' %¡'c                 ó6   — | j                   j                  «       S )ú_
        Fetch the PublicKeyInstance


        :returns: The fetched PublicKeyInstance
        )r-   Úfetchr,   s    r%   r7   zPublicKeyInstance.fetchY   s   € ð �{‰{× Ñ Ó"Ð"r&   c              ƒ   óR   K  — | j                   j                  «       ƒ d{  –—† S 7 Œ­w)úy
        Asynchronous coroutine to fetch the PublicKeyInstance


        :returns: The fetched PublicKeyInstance
        N)r-   Úfetch_asyncr,   s    r%   r:   zPublicKeyInstance.fetch_asyncb   s!   è ø€ ð —[‘[×,Ñ,Ó.×.Ð.Ð.úr4   r   c                 ó:   — | j                   j                  |¬«      S )úá
        Update the PublicKeyInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.

        :returns: The updated PublicKeyInstance
        ©r   )r-   Úupdate©r#   r   s     r%   r>   zPublicKeyInstance.updatek   s#   € ð �{‰{×!Ñ!Ø'ð "ó 
ð 	
r&   c              ƒ   óV   K  — | j                   j                  |¬«      ƒ d{  –—† S 7 Œ­w)úû
        Asynchronous coroutine to update the PublicKeyInstance

        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.

        :returns: The updated PublicKeyInstance
        r=   N)r-   Úupdate_asyncr?   s     r%   rB   zPublicKeyInstance.update_asyncy   s1   è ø€ ð —[‘[×-Ñ-Ø'ð .ó 
÷ 
ð 	
ð 
ús   ‚ )¢'£)c                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )úf
        Provide a friendly representation

        :returns: Machine friendly representation
        ú c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­w©z{}={}N©Úformat©Ú.0ÚkÚvs      r%   ú	<genexpr>z-PublicKeyInstance.__repr__.<locals>.<genexpr>�   ó   è ø€ ÒS±D°A°q˜7Ÿ>™>¨!¨Q×/ÑSùó   ‚!z)<Twilio.Accounts.V1.PublicKeyInstance {}>©Újoinr!   ÚitemsrI   ©r#   Úcontexts     r%   Ú__repr__zPublicKeyInstance.__repr__‡   s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ:×AÑAÀ'ÓJÐJr&   )N)r'   r*   )r'   r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   Ústrr   r   r   Úpropertyr-   Úboolr0   r3   r7   r:   r   Úunsetr   Úobjectr>   rB   rV   Ú__classcell__©r$   s   @r%   r   r      sÊ   ø„ ñð OSñ9Øð9Ø)-¨c°3¨h©ð9Ø>FÀs¹mõ9ð* òó ðð$˜ó $ð0 Dó 0ó#ó/ð 39·,±,ñ
Ø" 3¨ ;Ñ/ð
à	ó
ð 39·,±,ñ
Ø" 3¨ ;Ñ/ð
à	ó
ðK˜#÷ Kr&   r   c                   óÈ   ‡ — e Zd Zdedefˆ fd„Zdefd„Zdefd„Zde	fd„Z
de	fd„Zej                  fd	eeef   de	fd
„Zej                  fd	eeef   de	fd„Zdefd„Zˆ xZS )r*   r   r   c                 óx   •— t         ‰| �  |«       d|i| _         dj                  di | j                  ¤Ž| _        y)z×
        Initialize the PublicKeyContext

        :param version: Version that contains the resource
        :param sid: The Twilio-provided string that uniquely identifies the PublicKey resource to update.
        r   z/Credentials/PublicKeys/{sid}N© )r   r   r!   rI   Ú_uri)r#   r   r   r$   s      €r%   r   zPublicKeyContext.__init__“   s@   ø€ ô 	‰Ñ˜Ô!ð �3ð
ˆŒð ;Ð3×:Ñ:ÑL¸T¿^¹^ÑLˆ�	r&   r'   c                 ó|   — t        j                  i «      }| j                  j                  d| j                  |¬«      S )r/   ÚDELETE©ÚmethodÚuriÚheaders)r   Úofr+   r0   re   ©r#   rk   s     r%   r0   zPublicKeyContext.delete¢   s1   € ô —)‘)˜B“-ˆà�}‰}×#Ñ#¨8¸¿¹ÈGÐ#ÓTÐTr&   c              ƒ   ó˜   K  — t        j                  i «      }| j                  j                  d| j                  |¬«      ƒ d{  –—† S 7 Œ­w)r2   rg   rh   N)r   rl   r+   r3   re   rm   s     r%   r3   zPublicKeyContext.delete_async®   sF   è ø€ ô —)‘)˜B“-ˆà—]‘]×/Ñ/Ø §¡°Gð 0ó 
÷ 
ð 	
ð 
ús   ‚AA
ÁAÁA
c                 óÐ   — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      }t        | j                  || j                  d   ¬«      S )r6   úapplication/jsonÚAcceptÚGETrh   r   r)   )r   rl   r+   r7   re   r   r!   ©r#   rk   r   s      r%   r7   zPublicKeyContext.fetch¼   s]   € ô —)‘)˜B“-ˆà.ˆ�Ñà—-‘-×%Ñ%¨U¸¿	¹	È7Ð%ÓSˆä Ø�M‰MØØ—‘˜uÑ%ô
ð 	
r&   c              ƒ   óì   K  — t        j                  i «      }d|d<   | j                  j                  d| j                  |¬«      ƒ d{  –—† }t        | j                  || j                  d   ¬«      S 7 Œ)­w)r9   rp   rq   rr   rh   Nr   r)   )r   rl   r+   r:   re   r   r!   rs   s      r%   r:   zPublicKeyContext.fetch_asyncÐ   sr   è ø€ ô —)‘)˜B“-ˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°ð 2ó 
÷ 
ˆô !Ø�M‰MØØ—‘˜uÑ%ô
ð 	
ð	
ús   ‚AA4ÁA2Á	*A4r   c                 ó
  — t        j                  d|i«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  || j                  d   ¬	«      S )
r<   ÚFriendlyNameú!application/x-www-form-urlencodedúContent-Typerp   rq   ÚPOST©ri   rj   Údatark   r   r)   )r   rl   r+   r>   re   r   r!   ©r#   r   r{   rk   r   s        r%   r>   zPublicKeyContext.updateæ   sƒ   € ô �y‰yà ðó
ˆô
 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô ! §¡°¸T¿^¹^ÈEÑ=RÔSÐSr&   c              ƒ   ó&  K  — t        j                  d|i«      }t        j                  i «      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  || j                  d	   ¬
«      S 7 Œ)­w)rA   rv   rw   rx   rp   rq   ry   rz   Nr   r)   )r   rl   r+   rB   re   r   r!   r|   s        r%   rB   zPublicKeyContext.update_async  s‘   è ø€ ô �y‰yà ðó
ˆô
 —)‘)˜B“-ˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô ! §¡°¸T¿^¹^ÈEÑ=RÔSÐSð	
ús   ‚A#BÁ%BÁ&*Bc                 ó„   — dj                  d„ | j                  j                  «       D «       «      }dj                  |«      S )rD   rE   c              3   óF   K  — | ]  \  }}d j                  ||«      –— Œ y­wrG   rH   rJ   s      r%   rN   z,PublicKeyContext.__repr__.<locals>.<genexpr>$  rO   rP   z(<Twilio.Accounts.V1.PublicKeyContext {}>rQ   rT   s     r%   rV   zPublicKeyContext.__repr__  s6   € ð —(‘(ÑS¸D¿N¹N×<PÑ<PÓ<RÔSÓSˆØ9×@Ñ@ÀÓIÐIr&   )rW   rX   rY   r   r[   r   r]   r0   r3   r   r7   r:   r   r^   r   r_   r>   rB   rV   r`   ra   s   @r%   r*   r*   ‘   s¯   ø„ ðM ð M¨cõ Mð
U˜ó 
Uð
 Dó 
ð
Ð(ó 
ð(
Ð#4ó 
ð. 39·,±,ñTØ" 3¨ ;Ñ/ðTà	óTð: 39·,±,ñTØ" 3¨ ;Ñ/ðTà	óTð8J˜#÷ Jr&   r*   c                   ó2   — e Zd Zdeeef   defd„Zdefd„Zy)ÚPublicKeyPager   r'   c                 ó.   — t        | j                  |«      S )zo
        Build an instance of PublicKeyInstance

        :param payload: Payload response from the API
        )r   r+   )r#   r   s     r%   Úget_instancezPublicKeyPage.get_instance*  s   € ô ! §¡°Ó8Ð8r&   c                  ó   — y)rD   z"<Twilio.Accounts.V1.PublicKeyPage>rd   r,   s    r%   rV   zPublicKeyPage.__repr__2  ó   € ð 4r&   N)	rW   rX   rY   r   r[   r   r   rƒ   rV   rd   r&   r%   r�   r�   (  s*   „ ð9 D¨¨c¨¡Nð 9Ð7Hó 9ð4˜#ô 4r&   r�   c            	       óÈ  ‡ — e Zd Zdefˆ fd„Zej                  ej                  fdedeee	f   deee	f   de
fd„Zej                  ej                  fdedeee	f   deee	f   de
fd„Z	 	 dd	ee   d
ee   dee
   fd„Z	 	 dd	ee   d
ee   dee
   fd„Z	 	 dd	ee   d
ee   dee
   fd„Z	 	 dd	ee   d
ee   dee
   f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„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„Zdedefd„Zdedefd„Zdedefd„Zdedefd„Zdefd„Zˆ xZS )ÚPublicKeyListr   c                 ó2   •— t         ‰| �  |«       d| _        y)zk
        Initialize the PublicKeyList

        :param version: Version that contains the resource

        z/Credentials/PublicKeysN)r   r   re   )r#   r   r$   s     €r%   r   zPublicKeyList.__init__=  s   ø€ ô 	‰Ñ˜Ô!à-ˆ�	r&   Ú
public_keyr   r   r'   c                 óô   — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  |«      S )a'  
        Create the PublicKeyInstance

        :param public_key: A URL encoded representation of the public key. For example, `-----BEGIN PUBLIC KEY-----MIIBIjANB.pa9xQIDAQAB-----END PUBLIC KEY-----`
        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.
        :param account_sid: The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request

        :returns: The created PublicKeyInstance
        ©Ú	PublicKeyrv   Ú
AccountSidrx   rw   rp   rq   ry   rz   )r   rl   r+   Úcreatere   r   ©r#   r‰   r   r   r{   rk   r   s          r%   rŽ   zPublicKeyList.createH  sƒ   € ô  �y‰yà'Ø -Ø)ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�Ñà—-‘-×&Ñ&Ø˜tŸy™y¨t¸Wð 'ó 
ˆô ! §¡°Ó8Ð8r&   c              ƒ   ó  K  — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  |«      S 7 Œ­w)	a6  
        Asynchronously create the PublicKeyInstance

        :param public_key: A URL encoded representation of the public key. For example, `-----BEGIN PUBLIC KEY-----MIIBIjANB.pa9xQIDAQAB-----END PUBLIC KEY-----`
        :param friendly_name: A descriptive string that you create to describe the resource. It can be up to 64 characters long.
        :param account_sid: The SID of the Subaccount that this Credential should be associated with. Must be a valid Subaccount of the account issuing the request

        :returns: The created PublicKeyInstance
        r‹   rx   rw   rp   rq   ry   rz   N)r   rl   r+   Úcreate_asyncre   r   r�   s          r%   r‘   zPublicKeyList.create_asynck  s‘   è ø€ ô  �y‰yà'Ø -Ø)ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà"Eˆ�Ñà.ˆ�ÑàŸ™×2Ñ2Ø˜tŸy™y¨t¸Wð 3ó 
÷ 
ˆô ! §¡°Ó8Ð8ð	
ús   ‚A'BÁ)BÁ*BÚlimitÚ	page_sizec                 ó¢   — | j                   j                  ||«      }| j                  |d   ¬«      }| j                   j                  ||d   «      S )a_  
        Streams PublicKeyInstance 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
        r“   ©r“   r’   )r+   Úread_limitsÚpageÚstream©r#   r’   r“   Úlimitsr—   s        r%   r˜   zPublicKeyList.streamŽ  sJ   € ð( —‘×*Ñ*¨5°)Ó<ˆØ�y‰y 6¨+Ñ#6ˆyÓ7ˆà�}‰}×#Ñ# D¨&°©/Ó:Ð:r&   c              ƒ   ó¾   K  — | j                   j                  ||«      }| j                  |d   ¬«      ƒ d{  –—† }| j                   j                  ||d   «      S 7 Œ#­w)an  
        Asynchronously streams PublicKeyInstance 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
        r“   r•   Nr’   )r+   r–   Ú
page_asyncÚstream_asyncr™   s        r%   r�   zPublicKeyList.stream_async§  sW   è ø€ ð( —‘×*Ñ*¨5°)Ó<ˆØ—_‘_¨v°kÑ/B�_ÓC×Cˆà�}‰}×)Ñ)¨$°°w±Ó@Ð@ð Dús   ‚5A·A¸$Ac                 ó:   — t        | j                  ||¬«      «      S )aü  
        Lists PublicKeyInstance 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
        ©r’   r“   )Úlistr˜   )r#   r’   r“   s      r%   r    zPublicKeyList.listÀ  s(   € ô& Ø�K‰KØØ#ð ó ó
ð 	
r&   c              ƒ   óz   K  — | j                  ||¬«      ƒ d{  –—† 2 �cg c3 d{  –—† }|‘Œ7 Œ7 Œ	6 c}S c c}w ­w)a  
        Asynchronously lists PublicKeyInstance 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
        rŸ   N)r�   )r#   r’   r“   Úrecords       r%   Ú
list_asynczPublicKeyList.list_asyncÚ  sT   è ø€ ð* '+×&7Ñ&7ØØ#ð '8ó '÷ !÷
ô 
àò ð!øð
øò 
ð 	
ùò 
ùs0   ‚;™.š; 6¢2¦0
§2ª6®;°2²6³;Ú
page_tokenÚpage_numberc                 óê   — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      }t        | j                  |«      S )aw  
        Retrieve a single page of PublicKeyInstance 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 PublicKeyInstance
        ©Ú	PageTokenr   ÚPageSizerx   rw   rp   rq   rr   ©ri   rj   Úparamsrk   )r   rl   r+   r—   re   r�   ©r#   r¤   r¥   r“   r{   rk   Úresponses          r%   r—   zPublicKeyList.pageõ  sy   € ô  �y‰yà'Ø#Ø%ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�Ñà—=‘=×%Ñ%Ø˜dŸi™i°¸gð &ó 
ˆô ˜TŸ]™]¨HÓ5Ð5r&   c              ƒ   ó  K  — t        j                  |||dœ«      }t        j                  ddi«      }d|d<   | j                  j                  d| j                  ||¬«      ƒ d{  –—† }t        | j                  |«      S 7 Œ­w)	a†  
        Asynchronously retrieve a single page of PublicKeyInstance 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 PublicKeyInstance
        r§   rx   rw   rp   rq   rr   rª   N)r   rl   r+   rœ   re   r�   r¬   s          r%   rœ   zPublicKeyList.page_async  s‡   è ø€ ô  �y‰yà'Ø#Ø%ñó
ˆô —)‘)˜^Ð-PÐQÓRˆà.ˆ�ÑàŸ™×1Ñ1Ø˜dŸi™i°¸gð 2ó 
÷ 
ˆô ˜TŸ]™]¨HÓ5Ð5ð
ús   ‚A"BÁ$A?Á%BÚ
target_urlc                 óŽ   — | j                   j                  j                  j                  d|«      }t	        | j                   |«      S )z÷
        Retrieve a specific page of PublicKeyInstance records from the API.
        Request is executed immediately

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

        :returns: Page of PublicKeyInstance
        rr   )r+   ÚdomainÚtwilioÚrequestr�   ©r#   r¯   r­   s      r%   Úget_pagezPublicKeyList.get_page7  s7   € ð —=‘=×'Ñ'×.Ñ.×6Ñ6°u¸jÓIˆÜ˜TŸ]™]¨HÓ5Ð5r&   c              ƒ   óª   K  — | j                   j                  j                  j                  d|«      ƒ d{  –—† }t	        | j                   |«      S 7 Œ­w)a  
        Asynchronously retrieve a specific page of PublicKeyInstance records from the API.
        Request is executed immediately

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

        :returns: Page of PublicKeyInstance
        rr   N)r+   r±   r²   Úrequest_asyncr�   r´   s      r%   Úget_page_asynczPublicKeyList.get_page_asyncC  sD   è ø€ ð Ÿ™×-Ñ-×4Ñ4×BÑBÀ5È*ÓU×UˆÜ˜TŸ]™]¨HÓ5Ð5ð Vús   ‚4A¶A·Ar   c                 ó0   — t        | j                  |¬«      S ©zš
        Constructs a PublicKeyContext

        :param sid: The Twilio-provided string that uniquely identifies the PublicKey resource to update.
        r)   ©r*   r+   ©r#   r   s     r%   r   zPublicKeyList.getO  ó   € ô   §¡°3Ô7Ð7r&   c                 ó0   — t        | j                  |¬«      S rº   r»   r¼   s     r%   Ú__call__zPublicKeyList.__call__W  r½   r&   c                  ó   — y)rD   z"<Twilio.Accounts.V1.PublicKeyList>rd   r,   s    r%   rV   zPublicKeyList.__repr___  r…   r&   )NN) rW   rX   rY   r   r   r   r^   r[   r   r_   r   rŽ   r‘   r   Úintr	   r˜   r
   r�   r   r    r£   r�   r—   rœ   rµ   r¸   r*   r   r¿   rV   r`   ra   s   @r%   r‡   r‡   ;  s¡  ø„ ð	. õ 	.ð -3¯L©LØ*0¯,©,ñ	!9àð!9ð ˜S &˜[Ñ)ð!9ð ˜3 ˜;Ñ'ð	!9ð
 
ó!9ðL -3¯L©LØ*0¯,©,ñ	!9àð!9ð ˜S &˜[Ñ)ð!9ð ˜3 ˜;Ñ'ð	!9ð
 
ó!9ðJ  $Ø#'ñ;à˜‰}ð;ð ˜C‘=ð;ð 
Ð#Ñ	$ó	;ð6  $Ø#'ñAà˜‰}ðAð ˜C‘=ðAð 
Ð(Ñ	)ó	Að6  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
ÐÑ	 ó	
ð8  $Ø#'ñ
à˜‰}ð
ð ˜C‘=ð
ð 
ÐÑ	 ó	
ð: *0¯©Ø*0¯,©,Ø(.¯©ñ	6à˜#˜v˜+Ñ&ð6ð ˜3 ˜;Ñ'ð6ð ˜˜f˜Ñ%ð	6ð
 
ó6ðF *0¯©Ø*0¯,©,Ø(.¯©ñ	6à˜#˜v˜+Ñ&ð6ð ˜3 ˜;Ñ'ð6ð ˜˜f˜Ñ%ð	6ð
 
ó6ðB
6 3ð 
6¨=ó 
6ð
6¨sð 
6°}ó 
6ð8�sð 8Ð/ó 8ð8˜Cð 8Ð$4ó 8ð4˜#÷ 4r&   r‡   N)rZ   r   Útypingr   r   r   r   r   r	   r
   Útwilio.baser   r   Útwilio.base.instance_contextr   Útwilio.base.instance_resourcer   Útwilio.base.list_resourcer   Útwilio.base.versionr   Útwilio.base.pager   r   r*   r�   r‡   rd   r&   r%   ú<module>rÉ      sg   ðñõ ß L× LÑ Lß +Ý 8Ý :Ý 2Ý 'Ý !ôuKÐ(ô uKôpTJ�ô TJôn4�Dô 4ô&j4�Lõ j4r&   