Add support for nonOwner flag in compliance field (#913)

This commit is contained in:
Yi (Alan) Wang 2017-12-11 19:03:56 -08:00 committed by GitHub
parent 0d5a10b2c5
commit afa73045e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,7 @@ public class DatasetFieldEntity {
private String logicalType;
private Boolean nonOwner;
private String securityClassification;
}