1515
1616
1717class FlowTestUserList (ListResource ):
18- """ PLEASE NOTE that this class contains beta products that are subject to
19- change. Use them with caution. """
2018
2119 def __init__ (self , version , sid ):
2220 """
2321 Initialize the FlowTestUserList
2422
2523 :param Version version: Version that contains the resource
26- :param sid: The sid
24+ :param sid: Unique identifier of the flow.
2725
2826 :returns: twilio.rest.studio.v2.flow.test_user.FlowTestUserList
2927 :rtype: twilio.rest.studio.v2.flow.test_user.FlowTestUserList
@@ -62,16 +60,14 @@ def __repr__(self):
6260
6361
6462class FlowTestUserPage (Page ):
65- """ PLEASE NOTE that this class contains beta products that are subject to
66- change. Use them with caution. """
6763
6864 def __init__ (self , version , response , solution ):
6965 """
7066 Initialize the FlowTestUserPage
7167
7268 :param Version version: Version that contains the resource
7369 :param Response response: Response from the API
74- :param sid: The sid
70+ :param sid: Unique identifier of the flow.
7571
7672 :returns: twilio.rest.studio.v2.flow.test_user.FlowTestUserPage
7773 :rtype: twilio.rest.studio.v2.flow.test_user.FlowTestUserPage
@@ -103,15 +99,13 @@ def __repr__(self):
10399
104100
105101class FlowTestUserContext (InstanceContext ):
106- """ PLEASE NOTE that this class contains beta products that are subject to
107- change. Use them with caution. """
108102
109103 def __init__ (self , version , sid ):
110104 """
111105 Initialize the FlowTestUserContext
112106
113107 :param Version version: Version that contains the resource
114- :param sid: The sid
108+ :param sid: Unique identifier of the flow.
115109
116110 :returns: twilio.rest.studio.v2.flow.test_user.FlowTestUserContext
117111 :rtype: twilio.rest.studio.v2.flow.test_user.FlowTestUserContext
@@ -137,7 +131,7 @@ def update(self, test_users):
137131 """
138132 Update the FlowTestUserInstance
139133
140- :param list[unicode] test_users: The test_users
134+ :param list[unicode] test_users: List of test user identities that can test draft versions of the flow.
141135
142136 :returns: The updated FlowTestUserInstance
143137 :rtype: twilio.rest.studio.v2.flow.test_user.FlowTestUserInstance
@@ -160,8 +154,6 @@ def __repr__(self):
160154
161155
162156class FlowTestUserInstance (InstanceResource ):
163- """ PLEASE NOTE that this class contains beta products that are subject to
164- change. Use them with caution. """
165157
166158 def __init__ (self , version , payload , sid ):
167159 """
@@ -199,23 +191,23 @@ def _proxy(self):
199191 @property
200192 def sid (self ):
201193 """
202- :returns: The sid
194+ :returns: Unique identifier of the flow.
203195 :rtype: unicode
204196 """
205197 return self ._properties ['sid' ]
206198
207199 @property
208200 def test_users (self ):
209201 """
210- :returns: The test_users
202+ :returns: List of test user identities that can test draft versions of the flow.
211203 :rtype: list[unicode]
212204 """
213205 return self ._properties ['test_users' ]
214206
215207 @property
216208 def url (self ):
217209 """
218- :returns: The url
210+ :returns: The URL of this resource.
219211 :rtype: unicode
220212 """
221213 return self ._properties ['url' ]
@@ -233,7 +225,7 @@ def update(self, test_users):
233225 """
234226 Update the FlowTestUserInstance
235227
236- :param list[unicode] test_users: The test_users
228+ :param list[unicode] test_users: List of test user identities that can test draft versions of the flow.
237229
238230 :returns: The updated FlowTestUserInstance
239231 :rtype: twilio.rest.studio.v2.flow.test_user.FlowTestUserInstance
0 commit comments