File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ class AvailablePhoneNumber(InstanceResource):
54
54
Address registered with Twilio. Possible values are 'none', 'any',
55
55
'local', or 'foreign'.
56
56
57
+ .. attribute:: beta
58
+
59
+ (boolean) Phone numbers new to the Twilio platform are marked as beta.
60
+
57
61
"""
58
62
59
63
def __init__ (self , parent ):
@@ -193,6 +197,10 @@ class PhoneNumber(InstanceResource):
193
197
.. attribute:: uri
194
198
195
199
The URI for this resource, relative to https://api.twilio.com.
200
+
201
+ .. attribute:: beta
202
+
203
+ (boolean) Phone numbers new to the Twilio platform are marked as beta.
196
204
"""
197
205
198
206
def load (self , entries ):
@@ -319,6 +327,8 @@ def search(self, **kwargs):
319
327
:param str rate_center: US only.
320
328
:param tuple near_lat_long: Find close numbers within Distance miles.
321
329
:param integer distance: Search radius for a Near- query in miles.
330
+ :param boolean beta: Whether to include numbers new to the Twilio
331
+ platform.
322
332
"""
323
333
return self .available_phone_numbers .list (** kwargs )
324
334
You can’t perform that action at this time.
0 commit comments