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.
1 parent 75deba6 commit 84f3122Copy full SHA for 84f3122
src/main/kotlin/com/ctrlhub/core/projects/operations/response/Operation.kt
@@ -32,7 +32,7 @@ class Operation @JsonCreator constructor(
32
var template: OperationTemplate? = null,
33
34
@Relationship("properties")
35
- var property: java.util.List<Property>? = null,
+ var properties: java.util.List<Property>? = null,
36
) {
37
constructor(): this(
38
name = "",
0 commit comments