
    piy                         d Z ddlmZ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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 - Notify
    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.
    )datedatetime)AnyDictListOptionalUnionIteratorAsyncIterator)deserialize	serializevalues)InstanceContext)InstanceResource)ListResource)Version)Pagec            
            e Zd Z G d de      Z	 	 ddedeeef   de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defdZ xZS )BindingInstancec                   $    e Zd ZdZdZdZdZdZdZy)BindingInstance.BindingTypeapngcmsmsfcmzfacebook-messengeralexaN)	__name__
__module____qualname__APNGCMSMSFCMFACEBOOK_MESSENGERALEXA     g/opt/services/ai/voice_agent/venv/lib/python3.12/site-packages/twilio/rest/notify/v1/service/binding.pyBindingTyper      s!    1r'   r)   versionpayloadservice_sidsidc                    t         |   |       |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        t        j                  |j                  d            | _	        t        j                  |j                  d            | _
        |j                  d      | _        |j                  d      | _        |j                  d	      | _        |j                  d
      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        |j                  d      | _        ||xs | j                  d| _        d | _        y )Nr-   account_sidr,   credential_siddate_createddate_updatednotification_protocol_versionendpointidentitybinding_typeaddresstagsurllinksr,   r-   )super__init__getr-   r/   r,   r0   r   iso8601_datetimer1   r2   r3   r4   r5   r6   r7   r8   r9   r:   	_solution_context)selfr*   r+   r,   r-   	__class__s        r(   r=   zBindingInstance.__init__4   sB    	!")++e"4*1++m*D*1++m*D-4[[9I-J0;0L0LKK'1
 1<0L0LKK'1
 =DKK+=
* (/{{:'>'.{{:'>+2;;~+F&-kk)&<)0V)<	")++e"429++g2F
 '?$((
 37r'   returnc                     | j                   7t        | j                  | j                  d   | 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: BindingContext for this BindingInstance
        r,   r-   r;   )rA   BindingContext_versionr@   rB   s    r(   _proxyzBindingInstance._proxyX   sE     == * NN=9NN5)DM
 }}r'   c                 6    | j                   j                         S )j
        Deletes the BindingInstance


        :returns: True if delete succeeds, False otherwise
        )rI   deleterH   s    r(   rL   zBindingInstance.deleteh   s     {{!!##r'   c                 R   K   | j                   j                          d{   S 7 w)
        Asynchronous coroutine that deletes the BindingInstance


        :returns: True if delete succeeds, False otherwise
        N)rI   delete_asyncrH   s    r(   rO   zBindingInstance.delete_asyncq   s!      [[--////   '%'c                 6    | j                   j                         S )[
        Fetch the BindingInstance


        :returns: The fetched BindingInstance
        )rI   fetchrH   s    r(   rS   zBindingInstance.fetchz   s     {{  ""r'   c                 R   K   | j                   j                          d{   S 7 w)u
        Asynchronous coroutine to fetch the BindingInstance


        :returns: The fetched BindingInstance
        N)rI   fetch_asyncrH   s    r(   rV   zBindingInstance.fetch_async   s!      [[,,....rP   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+BindingInstance.__repr__.<locals>.<genexpr>        SDAq7>>!Q/S   !z%<Twilio.Notify.V1.BindingInstance {}>joinr@   itemsr]   rB   contexts     r(   __repr__zBindingInstance.__repr__   s6     ((SDNN<P<P<RSS6==gFFr'   N)rD   rF   )rD   r   )r   r   r   objectr)   r   r   strr   r   r=   propertyrI   boolrL   rO   rS   rV   rj   __classcell__rC   s   @r(   r   r      s    f , ""7"7 c3h"7 	"7
 c]"7H  $ $0D 0#/G# Gr'   r   c                   h     e Zd Zde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defd
Z xZS )rF   r*   r,   r-   c                 z    t         |   |       ||d| _         dj                  di | j                  | _        y)a\  
        Initialize the BindingContext

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to fetch the resource from.
        :param sid: The Twilio-provided string that uniquely identifies the Binding resource to fetch.
        r;   z&/Services/{service_sid}/Bindings/{sid}Nr&   r<   r=   r@   r]   _uri)rB   r*   r,   r-   rC   s       r(   r=   zBindingContext.__init__   sB     	! '
 D<CCUdnnU	r'   rD   c                 |    t        j                  i       }| j                  j                  d| j                  |      S )rK   DELETEmethoduriheaders)r   ofrG   rL   ru   rB   r{   s     r(   rL   zBindingContext.delete   s1     ))B-}}##8G#TTr'   c                    K   t        j                  i       }| j                  j                  d| j                  |       d{   S 7 w)rN   rw   rx   N)r   r|   rG   rO   ru   r}   s     r(   rO   zBindingContext.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   | j                  d         S )rR   application/jsonAcceptGETrx   r,   r-   r;   )r   r|   rG   rS   ru   r   r@   rB   r{   r+   s      r(   rS   zBindingContext.fetch   si     ))B-.--%%U		7%SMM}5u%	
 	
r'   c                   K   t        j                  i       }d|d<   | j                  j                  d| j                  |       d{   }t        | j                  || j                  d   | j                  d         S 7 7w)	rU   r   r   r   rx   Nr,   r-   r;   )r   r|   rG   rV   ru   r   r@   r   s      r(   rV   zBindingContext.fetch_async   s~      ))B-.11dii 2 
 
 MM}5u%	
 	
	
s   ABB 	8Bc                     dj                  d | j                  j                         D              }dj                  |      S )rX   rY   c              3   F   K   | ]  \  }}d j                  ||        ywr[   r\   r^   s      r(   rb   z*BindingContext.__repr__.<locals>.<genexpr>   rc   rd   z$<Twilio.Notify.V1.BindingContext {}>re   rh   s     r(   rj   zBindingContext.__repr__   s6     ((SDNN<P<P<RSS5<<WEEr'   )r   r   r   r   rm   r=   ro   rL   rO   r   rS   rV   rj   rp   rq   s   @r(   rF   rF      sa    V Vc V V"
U 
U
D 

 
*
? 
.F# Fr'   rF   c                   2    e Zd Zdeeef   defdZdefdZy)BindingPager+   rD   c                 L    t        | j                  || j                  d         S )zm
        Build an instance of BindingInstance

        :param payload: Payload response from the API
        r,   r,   )r   rG   r@   )rB   r+   s     r(   get_instancezBindingPage.get_instance   s%     MM7}0M
 	
r'   c                      y)rX   z<Twilio.Notify.V1.BindingPage>r&   rH   s    r(   rj   zBindingPage.__repr__       0r'   N)	r   r   r   r   rm   r   r   r   rj   r&   r'   r(   r   r      s)    
DcN 
 
0# 0r'   r   c                        e Zd Zdedef fdZej                  ej                  ej                  ej                  fdedddedee	e   e
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                  ej                  fdedddedee	e   e
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                  ej                  ddfdeee
f   deee
f   dee	e   e
f   dee	e   e
f   dee   dee   dee   fdZej                  ej                  ej                  ej                  ddfdeee
f   deee
f   dee	e   e
f   dee	e   e
f   dee   dee   dee   fdZej                  ej                  ej                  ej                  ddfdeee
f   deee
f   dee	e   e
f   dee	e   e
f   dee   dee   de	e   fdZej                  ej                  ej                  ej                  ddfdeee
f   deee
f   dee	e   e
f   dee	e   e
f   dee   dee   de	e   fdZej                  ej                  ej                  ej                  ej                  ej                  ej                  fdeee
f   deee
f   dee	e   e
f   dee	e   e
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                  ej                  ej                  ej                  ej                  fdeee
f   deee
f   dee	e   e
f   dee	e   e
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 )#BindingListr*   r,   c                 x    t         |   |       d|i| _         dj                  di | j                  | _        y)z
        Initialize the BindingList

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/notify/api/service-resource) to read the resource from.

        r,   z /Services/{service_sid}/BindingsNr&   rt   )rB   r*   r,   rC   s      r(   r=   zBindingList.__init__  s@     	! ;
 >6==OO	r'   r5   r6   r   r7   tagr3   r0   r4   rD   c           
      D   t        j                  |||t        j                  |d       |||d      }t        j                  ddi      }	d|	d<   d|	d<   | j                  j                  d| j                  ||	      }
t        | j                  |
| j                  d	   
      S )a]  
        Create the BindingInstance

        :param identity: The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service.
        :param binding_type:
        :param address: The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format.
        :param tag: A tag that can be used to select the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 20 tags.
        :param notification_protocol_version: The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` for the protocol in the [Service](https://www.twilio.com/docs/notify/api/service-resource). The current version is `\"3\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed.
        :param credential_sid: The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applies to only `apn`, `fcm`, and `gcm` type Bindings.
        :param endpoint: Deprecated.

        :returns: The created BindingInstance
        c                     | S rk   r&   es    r(   <lambda>z$BindingList.create.<locals>.<lambda>=      A r'   Identityr)   AddressTagNotificationProtocolVersionCredentialSidEndpointContent-Type!application/x-www-form-urlencodedr   r   POSTry   rz   datar{   r,   r   )	r   r|   r   maprG   createru   r   r@   rB   r5   r6   r7   r   r3   r0   r4   r   r{   r+   s              r(   r   zBindingList.create   s    0 yy$+" }}S+6/L!/$

 ))^-PQR"E.--&&tyytW ' 
 MM7}0M
 	
r'   c           
      `  K   t        j                  |||t        j                  |d       |||d      }t        j                  ddi      }	d|	d<   d|	d<   | j                  j                  d| j                  ||	       d	{   }
t        | j                  |
| j                  d
         S 7 )w)al  
        Asynchronously create the BindingInstance

        :param identity: The `identity` value that uniquely identifies the new resource's [User](https://www.twilio.com/docs/chat/rest/user-resource) within the [Service](https://www.twilio.com/docs/notify/api/service-resource). Up to 20 Bindings can be created for the same Identity in a given Service.
        :param binding_type:
        :param address: The channel-specific address. For APNS, the device token. For FCM and GCM, the registration token. For SMS, a phone number in E.164 format. For Facebook Messenger, the Messenger ID of the user or a phone number in E.164 format.
        :param tag: A tag that can be used to select the Bindings to notify. Repeat this parameter to specify more than one tag, up to a total of 20 tags.
        :param notification_protocol_version: The protocol version to use to send the notification. This defaults to the value of `default_xxxx_notification_protocol_version` for the protocol in the [Service](https://www.twilio.com/docs/notify/api/service-resource). The current version is `\"3\"` for `apn`, `fcm`, and `gcm` type Bindings. The parameter is not applicable to `sms` and `facebook-messenger` type Bindings as the data format is fixed.
        :param credential_sid: The SID of the [Credential](https://www.twilio.com/docs/notify/api/credential-resource) resource to be used to send notifications to this Binding. If present, this overrides the Credential specified in the Service resource. Applies to only `apn`, `fcm`, and `gcm` type Bindings.
        :param endpoint: Deprecated.

        :returns: The created BindingInstance
        c                     | S rk   r&   r   s    r(   r   z*BindingList.create_async.<locals>.<lambda>n  r   r'   r   r   r   r   r   r   r   Nr,   r   )	r   r|   r   r   rG   create_asyncru   r   r@   r   s              r(   r   zBindingList.create_asyncQ  s     0 yy$+" }}S+6/L!/$

 ))^-PQR"E.22tyytW 3 
 
 MM7}0M
 	
	
s   B B.B,*B.N
start_dateend_datelimit	page_sizec                     | j                   j                  ||      }| j                  |||||d         }| j                   j                  ||d         S )a  
        Streams BindingInstance 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 date start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param date end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param List[str] identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param List[str] tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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   r5   r   r   r   )rG   read_limitspagestream	rB   r   r   r5   r   r   r   limitsr   s	            r(   r   zBindingList.stream  s^    8 **5)<yy![)  
 }}##D&/::r'   c                    K   | j                   j                  ||      }| j                  |||||d          d{   }| j                   j                  ||d         S 7 #w)a  
        Asynchronously streams BindingInstance 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 date start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param date end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param List[str] identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param List[str] tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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   )rG   r   
page_asyncstream_asyncr   s	            r(   r   zBindingList.stream_async  sl     8 **5)<__![) % 
 
 }}))$w@@
s   9A!A$A!c           
      B    t        | j                  ||||||            S )ay  
        Lists BindingInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param date start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param date end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param List[str] identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param List[str] tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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   r5   r   r   r   )listr   )rB   r   r   r5   r   r   r   s          r(   r   zBindingList.list  s4    6 KK%!!#  	
 		
r'   c                    K   | j                  ||||||       d{   2 cg c3 d{   }|7 7 	6 c}S c c}w w)a  
        Asynchronously lists BindingInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param date start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param date end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param List[str] identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param List[str] tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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   )rB   r   r   r5   r   r   r   records           r(   
list_asynczBindingList.list_async  s`     : '+&7&7%!!# '8 ' !

 

 !

 

 
	
 

s0   ?2?:64
6:?6:?
page_tokenpage_numberc           
         t        j                  t        j                  |      t        j                  |      t        j                  |d       t        j                  |d       |||d      }t        j                  ddi      }	d|	d<   | j
                  j                  d| j                  ||		      }
t        | j
                  |
| j                        S )
a  
        Retrieve a single page of BindingInstance records from the API.
        Request is executed immediately

        :param start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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 BindingInstance
        c                     | S rk   r&   r   s    r(   r   z"BindingList.page.<locals>.<lambda>9      a r'   c                     | S rk   r&   r   s    r(   r   z"BindingList.page.<locals>.<lambda>:  r   r'   	StartDateEndDater   r   	PageTokenr   PageSizer   r   r   r   r   ry   rz   paramsr{   )
r   r|   r   iso8601_dater   rG   r   ru   r   r@   rB   r   r   r5   r   r   r   r   r   r{   responses              r(   r   zBindingList.page  s    0 yy&33J?$11(;%MM(K@ }}S+6'#%

 ))^-PQR.==%%diig & 
 4==(DNNCCr'   c           
        K   t        j                  t        j                  |      t        j                  |      t        j                  |d       t        j                  |d       |||d      }t        j                  ddi      }	d|	d<   | j
                  j                  d| j                  ||		       d
{   }
t        | j
                  |
| j                        S 7 %w)a  
        Asynchronously retrieve a single page of BindingInstance records from the API.
        Request is executed immediately

        :param start_date: Only include usage that has occurred on or after this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param end_date: Only include usage that occurred on or before this date. Specify the date in GMT and format as `YYYY-MM-DD`.
        :param identity: The [User](https://www.twilio.com/docs/chat/rest/user-resource)'s `identity` value of the resources to read.
        :param tag: Only list Bindings that have all of the specified Tags. The following implicit tags are available: `all`, `apn`, `fcm`, `gcm`, `sms`, `facebook-messenger`. Up to 5 tags are allowed.
        :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 BindingInstance
        c                     | S rk   r&   r   s    r(   r   z(BindingList.page_async.<locals>.<lambda>f  r   r'   c                     | S rk   r&   r   s    r(   r   z(BindingList.page_async.<locals>.<lambda>g  r   r'   r   r   r   r   r   r   r   N)
r   r|   r   r   r   rG   r   ru   r   r@   r   s              r(   r   zBindingList.page_asyncJ  s     0 yy&33J?$11(;%MM(K@ }}S+6'#%

 ))^-PQR.11diig 2 
 
 4==(DNNCC
s   B6C 8C9&C 
target_urlc                     | j                   j                  j                  j                  d|      }t	        | j                   || j
                        S )z
        Retrieve a specific page of BindingInstance records from the API.
        Request is executed immediately

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

        :returns: Page of BindingInstance
        r   )rG   domaintwiliorequestr   r@   rB   r   r   s      r(   get_pagezBindingList.get_pagew  s=     ==''..66ujI4==(DNNCCr'   c                    K   | j                   j                  j                  j                  d|       d{   }t	        | j                   || j
                        S 7 %w)a  
        Asynchronously retrieve a specific page of BindingInstance records from the API.
        Request is executed immediately

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

        :returns: Page of BindingInstance
        r   N)rG   r   r   request_asyncr   r@   r   s      r(   get_page_asynczBindingList.get_page_async  sJ      --44BB5*UU4==(DNNCC Vs   4AA&Ar-   c                 L    t        | j                  | j                  d   |      S z
        Constructs a BindingContext

        :param sid: The Twilio-provided string that uniquely identifies the Binding resource to fetch.
        r,   r;   rF   rG   r@   rB   r-   s     r(   r>   zBindingList.get  %     MMt~~m'D#
 	
r'   c                 L    t        | j                  | j                  d   |      S r   r   r   s     r(   __call__zBindingList.__call__  r   r'   c                      y)rX   z<Twilio.Notify.V1.BindingList>r&   rH   s    r(   rj   zBindingList.__repr__  r   r'   )!r   r   r   r   rm   r=   r   unsetr	   r   rl   r   r   r   r   r   intr
   r   r   r   r   r   r   r   r   r   r   rF   r>   r   rj   rp   rq   s   @r(   r   r     s   P Pc P* )/<BLL-3\\'-||/
/
 4/
 	/

 49f$%/
 (-S&['9/
 c6k*/
 V$/
 
/
l )/<BLL-3\\'-||/
/
 4/
 	/

 49f$%/
 (-S&['9/
 c6k*/
 V$/
 
/
f +1,,(.-3\\(.##'%;$,'%; f%%; S	6)*	%;
 49f$%%; }%; C=%; 
/	"%;R +1,,(.-3\\(.##'%A$,'%A f%%A S	6)*	%A
 49f$%%A }%A C=%A 
	'%AR +1,,(.-3\\(.##'$
$,'$
 f%$
 S	6)*	$

 49f$%$
 }$
 C=$
 
o	$
P +1,,(.-3\\(.##'%
$,'%
 f%%
 S	6)*	%

 49f$%%
 }%
 C=%
 
o	%
R +1,,(.-3\\(.)/*0,,(.+D$,'+D f%+D S	6)*	+D
 49f$%+D #v+&+D 3;'+D f%+D 
+D^ +1,,(.-3\\(.)/*0,,(.+D$,'+D f%+D S	6)*	+D
 49f$%+D #v+&+D 3;'+D f%+D 
+DZ
D3 
D; 
D
Ds 
D{ 
D
s 
~ 

C 
N 
0# 0r'   r   N)__doc__r   r   typingr   r   r   r   r	   r
   r   twilio.baser   r   r   twilio.base.instance_contextr   twilio.base.instance_resourcer   twilio.base.list_resourcer   twilio.base.versionr   twilio.base.pager   r   rF   r   r   r&   r'   r(   <module>r      sj    $ L L L 6 6 8 : 2 ' !zG& zGz`F_ `FF0$ 0*[0, [0r'   