Skip to content

Commit 02d6b48

Browse files
committed
Add the role property to the message person
1 parent d61c6e7 commit 02d6b48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

WebUntisAPI.Client/Models/Messages/MessagePerson.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ public class MessagePerson
2323
[JsonProperty("tags")]
2424
public List<string> Tags { get; set; } = new List<string>();
2525

26+
/// <summary>
27+
/// The role of the person
28+
/// </summary>
29+
[JsonProperty("role")]
30+
public string Role { get; set; }
31+
2632
/// <summary>
2733
/// The displayed name of the user
2834
/// </summary>

0 commit comments

Comments
 (0)