Skip to content

Commit 9b651a7

Browse files
authored
Merge pull request #78 from mcanoy/more-info
additional info field
2 parents 09b0270 + 807c3d6 commit 9b651a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/redhat/labs/omp/models/Engagement.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class Engagement {
3535
private String ocpSubDomain;
3636
private String ocpPersistentStorageSize;
3737
private String ocpClusterSize;
38+
private String additionalDetails;
3839
private Launch launch;
3940
private List<EngagementUser> engagementUsers;
4041

0 commit comments

Comments
 (0)