GroupMember public class GroupMember Documentation Code public string Active { get; set; } public Group Organization { get; set; } public string Organization_url { get; set; } public string Remark { get; set; } public string Role { get; set; } public string Url { get; set; } public string User { get; set; } public GroupMember() public static GroupMember FromJson(string data) public string ToJson()