You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twilio/rest/accounts/v1/bulk_consents.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
Do not edit the class manually.
13
13
"""
14
14
15
+
15
16
fromtypingimportAny, Dict, List, Optional
16
17
fromtwilio.baseimportserialize, values
17
18
fromtwilio.base.api_responseimportApiResponse
@@ -22,6 +23,7 @@
22
23
23
24
24
25
classBulkConsentsInstance(InstanceResource):
26
+
25
27
"""
26
28
:ivar items: A list of objects where each object represents the result of processing a `correlation_id`. Each object contains the following fields: `correlation_id`, a unique 32-character UUID that maps the response to the original request; `error_code`, an integer where 0 indicates success and any non-zero value represents an error; and `error_messages`, an array of strings describing specific validation errors encountered. If the request is successful, the error_messages array will be empty.
Copy file name to clipboardExpand all lines: twilio/rest/accounts/v1/bulk_contacts.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
Do not edit the class manually.
13
13
"""
14
14
15
+
15
16
fromtypingimportAny, Dict, List, Optional
16
17
fromtwilio.baseimportserialize, values
17
18
fromtwilio.base.api_responseimportApiResponse
@@ -22,6 +23,7 @@
22
23
23
24
24
25
classBulkContactsInstance(InstanceResource):
26
+
25
27
"""
26
28
:ivar items: A list of objects where each object represents the result of processing a `correlation_id`. Each object contains the following fields: `correlation_id`, a unique 32-character UUID that maps the response to the original request; `error_code`, an integer where 0 indicates success and any non-zero value represents an error; and `error_messages`, an array of strings describing specific validation errors encountered. If the request is successful, the error_messages array will be empty.
0 commit comments