We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3429bfe + 1c496be commit f182f7dCopy full SHA for f182f7d
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/serviceplans/_Schemas.java
@@ -18,6 +18,7 @@
18
19
import com.fasterxml.jackson.annotation.JsonProperty;
20
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
21
+import org.cloudfoundry.Nullable;
22
import org.immutables.value.Value;
23
24
/**
@@ -31,6 +32,7 @@ abstract class _Schemas {
31
32
* The service binding schema
33
*/
34
@JsonProperty("service_binding")
35
+ @Nullable
36
abstract ServiceBindingSchema getServiceBinding();
37
38
0 commit comments