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.
2 parents f086b78 + 474993a commit 4af8a8bCopy full SHA for 4af8a8b
src/lib/PnP.Framework/Graph/Model/GroupExtended.cs
@@ -15,6 +15,7 @@ internal class GroupExtended : Group
15
public List<GroupLabel> AssignedLabels { get; set; }
16
public string PreferredDataLocation { get; set; }
17
18
+ [JsonExtensionData]
19
public Dictionary<string, object> AdditionalData { get; set; }
20
}
21
0 commit comments