|
15 | 15 |
|
16 | 16 |
|
17 | 17 | class VersionList(ListResource): |
18 | | - """ PLEASE NOTE that this class contains preview products that are subject |
19 | | - to change. Use them with caution. If you currently do not have developer |
20 | | - preview access, please contact [email protected]. """ |
| 18 | + """ PLEASE NOTE that this class contains beta products that are subject to |
| 19 | + change. Use them with caution. """ |
21 | 20 |
|
22 | 21 | def __init__(self, version, id): |
23 | 22 | """ |
@@ -145,9 +144,8 @@ def __repr__(self): |
145 | 144 |
|
146 | 145 |
|
147 | 146 | class VersionPage(Page): |
148 | | - """ PLEASE NOTE that this class contains preview products that are subject |
149 | | - to change. Use them with caution. If you currently do not have developer |
150 | | - preview access, please contact [email protected]. """ |
| 147 | + """ PLEASE NOTE that this class contains beta products that are subject to |
| 148 | + change. Use them with caution. """ |
151 | 149 |
|
152 | 150 | def __init__(self, version, response, solution): |
153 | 151 | """ |
@@ -187,9 +185,8 @@ def __repr__(self): |
187 | 185 |
|
188 | 186 |
|
189 | 187 | class VersionContext(InstanceContext): |
190 | | - """ PLEASE NOTE that this class contains preview products that are subject |
191 | | - to change. Use them with caution. If you currently do not have developer |
192 | | - preview access, please contact [email protected]. """ |
| 188 | + """ PLEASE NOTE that this class contains beta products that are subject to |
| 189 | + change. Use them with caution. """ |
193 | 190 |
|
194 | 191 | def __init__(self, version, id, schema_version): |
195 | 192 | """ |
@@ -236,9 +233,8 @@ def __repr__(self): |
236 | 233 |
|
237 | 234 |
|
238 | 235 | class VersionInstance(InstanceResource): |
239 | | - """ PLEASE NOTE that this class contains preview products that are subject |
240 | | - to change. Use them with caution. If you currently do not have developer |
241 | | - preview access, please contact [email protected]. """ |
| 236 | + """ PLEASE NOTE that this class contains beta products that are subject to |
| 237 | + change. Use them with caution. """ |
242 | 238 |
|
243 | 239 | def __init__(self, version, payload, id, schema_version=None): |
244 | 240 | """ |
|
0 commit comments