We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5e4f49 + 7952931 commit 2442f28Copy full SHA for 2442f28
1 file changed
sdk/src/main/java/org/zstack/sdk/AddModelAction.java
@@ -70,6 +70,9 @@ public Result throwExceptionIfError() {
70
@Param(required = false, maxLength = 255, nonempty = false, nullElements = false, emptyString = true, noTrim = false)
71
public java.lang.String modelId;
72
73
+ @Param(required = false, validValues = {"Public"}, nonempty = false, nullElements = false, emptyString = true, noTrim = false)
74
+ public java.lang.String shareMode;
75
+
76
@Param(required = false)
77
public java.lang.String resourceUuid;
78
0 commit comments