We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055994b commit 84238d5Copy full SHA for 84238d5
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/deployments/_DeploymentRelationships.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.cloudfoundry.client.v3.ToOneRelationship;
23
import org.immutables.value.Value;
24
@@ -32,6 +33,7 @@ abstract class _DeploymentRelationships {
32
33
* The app relationship
34
*/
35
@JsonProperty("app")
36
+ @Nullable
37
abstract ToOneRelationship getApp();
38
39
}
0 commit comments