public Feed(string timelineUrl, string userUrl, string currentUserPublicUrl, string currentUserUrl, string currentUserActorUrl, string currentUserOrganizationUrl, FeedLinks links) { TimelineUrl = timelineUrl; UserUrl = userUrl; CurrentUserPublicUrl = currentUserPublicUrl; CurrentUserUrl = currentUserUrl; CurrentUserActorUrl = currentUserActorUrl; CurrentUserOrganizationUrl = currentUserOrganizationUrl; Links = links; }