Skip to content

Commit d19e532

Browse files
committed
feat(CompareComply V1): Added missing enum values
1 parent 7e8097d commit d19e532

File tree

1 file changed

+13
-1
lines changed
  • src/IBM.WatsonDeveloperCloud.CompareComply.v1/Model

1 file changed

+13
-1
lines changed

src/IBM.WatsonDeveloperCloud.CompareComply.v1/Model/Attribute.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,19 @@ public enum TypeEnum
7070
/// Enum PERSON for Person
7171
/// </summary>
7272
[EnumMember(Value = "Person")]
73-
PERSON
73+
PERSON,
74+
75+
/// <summary>
76+
/// Enum PERSON for Person
77+
/// </summary>
78+
[EnumMember(Value = "Number")]
79+
NUMBER,
80+
81+
/// <summary>
82+
/// Enum PERSON for Person
83+
/// </summary>
84+
[EnumMember(Value = "Duration")]
85+
DURATION
7486
}
7587

7688
/// <summary>

0 commit comments

Comments
 (0)