We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55df063 commit c2cf178Copy full SHA for c2cf178
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.8.2256 - 2025-3-25
4
+- Generated 2020-06-01 for `SWAS-OPEN`.
5
+
6
7
## 1.8.2255 - 2025-3-21
8
- Generated 2019-03-07 for `Cloudauth`.
9
src/Release.php
@@ -16,7 +16,7 @@ class Release
16
/**
17
* Version of the SDK
18
*/
19
- const VERSION = '1.8.2255';
+ const VERSION = '1.8.2256';
20
21
22
* @param Event $event
src/SWASOPEN/V20200601/SWASOPENApiResolver.php
@@ -1263,6 +1263,8 @@ class ListInstancePlansModification extends Rpc
1263
}
1264
1265
1266
+ * @method string getPlanType()
1267
+ * @method $this withPlanType($value)
1268
* @method string getPageNumber()
1269
* @method $this withPageNumber($value)
1270
* @method string getResourceGroupId()
0 commit comments